Enum ELocalizedTextSourceCategory Path C++ Link /Script/CoreUObject.ELocalizedTextSourceCategory underlying uint8 /Script/CoreUObject Values 4 NameValueHex Game00x00Engine10x01Editor20x02ELocalizedTextSourceCategory_MAX30x03 Used by 2types with a member, parameter or interface of this type UKismetInternationalizationLibraryFPolyglotTextData // /Script/CoreUObject.ELocalizedTextSourceCategory enum class ELocalizedTextSourceCategory : uint8 { Game = 0, Engine = 1, Editor = 2, ELocalizedTextSourceCategory_MAX = 3, };