Enum EAIParamType Path C++ Link /Script/AIModule.EAIParamType underlying uint8 /Script/AIModule Values 4 NameValueHex Float00x00Int10x01Bool20x02MAX30x03 Used by 2types with a member, parameter or interface of this type FAIDynamicParamFEnvNamedValue // /Script/AIModule.EAIParamType enum class EAIParamType : uint8 { Float = 0, Int = 1, Bool = 2, MAX = 3, };