Enum ACLVectorFormat Path C++ Link /Script/ACLPlugin.ACLVectorFormat underlying uint8 /Script/ACLPlugin Values 3 NameValueHex ACLVF_Vector3_9600x00ACLVF_Vector3_Variable10x01ACLVF_Vector3_MAX20x02 // /Script/ACLPlugin.ACLVectorFormat enum class ACLVectorFormat : uint8 { ACLVF_Vector3_96 = 0, ACLVF_Vector3_Variable = 1, ACLVF_Vector3_MAX = 2, };