Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UEnum
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Enum.cpp |
FString GenerateEnumPrefix&40;&41; const
Remarks
Find the longest common prefix of all items in the enumeration. the longest common prefix between all items in the enum. If a common prefix cannot be found, returns the full name of the enum.