Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | EGraphAStarResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/AIModule/Public/GraphAStar.h |
| Include Path | #include "GraphAStar.h" |
Syntax
enum EGraphAStarResult
{
SearchFail,
SearchSuccess,
GoalUnreachable,
InfiniteLoop,
}
Values
| Name | Remarks |
|---|---|
| SearchFail | |
| SearchSuccess | |
| GoalUnreachable | |
| InfiniteLoop |