Enum FAIDistanceType Path C++ Link /Script/AIModule.FAIDistanceType underlying uint8 /Script/AIModule Values 4 NameValueHex Distance3D00x00Distance2D10x01DistanceZ20x02MAX30x03 Used by 1types with a member, parameter or interface of this type UBTDecorator_IsAtLocation // /Script/AIModule.FAIDistanceType enum class FAIDistanceType : uint8 { Distance3D = 0, Distance2D = 1, DistanceZ = 2, MAX = 3, };