Enum ECharacterMeshType Path C++ Link /Script/StormEscape.ECharacterMeshType underlying uint8 /Script/StormEscape Values 3 NameValueHex FirstPerson00x00ThirdPerson10x01ECharacterMeshType_MAX20x02 Used by 2types with a member, parameter or interface of this type UABP_FP_MainCharacter_CIAnimationInterface // /Script/StormEscape.ECharacterMeshType enum class ECharacterMeshType : uint8 { FirstPerson = 0, ThirdPerson = 1, ECharacterMeshType_MAX = 2, };