Navigation
API > API/Editor > API/Editor/UnrealEd
Wrapper for an enum detailing common editor categories. Users can reference these categories in metadata using the enum value name in braces, like so:
This gives users the ability to reference shared categories across the engine, but gives us the freedom to easily remap them as needed (also gives us the ability to easily localize these categories). Games can override these default mappings with the RegisterCategoryKey() function.
| Name | FCommonEditorCategory |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h |
| Include Path | #include "EditorCategoryUtils.h" |
Syntax
struct FCommonEditorCategory
Enums
Public
| Name | Remarks |
|---|---|
| EValue |