Enum EPropertyPathTestEnum Path C++ Link /Script/PropertyPath.EPropertyPathTestEnum underlying uint8 /Script/PropertyPath Values 5 NameValueHex One00x00Two10x01Three20x02Four30x03EPropertyPathTestEnum_MAX40x04 Used by 3types with a member, parameter or interface of this type FPropertyPathTestInnerStructUPropertyPathTestObjectFPropertyPathTestStruct // /Script/PropertyPath.EPropertyPathTestEnum enum class EPropertyPathTestEnum : uint8 { One = 0, Two = 1, Three = 2, Four = 3, EPropertyPathTestEnum_MAX = 4, };