Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | EPathExistanceQueryType::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Decorators/BTDecorator_DoesPathExist.h |
| Include Path | #include "BehaviorTree/Decorators/BTDecorator_DoesPathExist.h" |
Syntax
namespace EPathExistanceQueryType
{
enum Type
{
NavmeshRaycast2D,
HierarchicalQuery,
RegularPathFinding,
}
}
Values
| Name | Remarks |
|---|---|
| NavmeshRaycast2D | |
| HierarchicalQuery | |
| RegularPathFinding |