Resource
Naming conventions, folder organization, coding standards, and module structure for Unreal Engine projects. Consistent standards across assets, code, and architecture make a codebase easier to navigate and harder to break.
Sections
Prefix and suffix conventions for every asset type in Unreal Engine. Search by domain, export as JSON, CSV, or Markdown.
Compare approaches to organizing Content folders and plugin directories. Includes structures from Epic, the Allar style guide, and community best practices.
Naming patterns for functions, variables, parameters, booleans, delegates, and event dispatchers in C++ and Blueprint.
Class prefixes, header organization, UPROPERTY and UFUNCTION specifiers, include order, and Epic coding conventions.
Module types, splitting strategies, dependency rules, and naming conventions for structuring Unreal Engine projects.
Related Content