Enum EEnvTestPathfinding Path C++ Link /Script/AIModule.EEnvTestPathfinding underlying uint8 /Script/AIModule Values 4 NameValueHex PathExist00x00PathCost10x01PathLength20x02EEnvTestPathfinding_MAX30x03 Used by 1types with a member, parameter or interface of this type UEnvQueryTest_Pathfinding // /Script/AIModule.EEnvTestPathfinding enum class EEnvTestPathfinding : uint8 { PathExist = 0, PathCost = 1, PathLength = 2, EEnvTestPathfinding_MAX = 3, };