Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | EPathFollowingStatus::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
| Include Path | #include "Navigation/PathFollowingComponent.h" |
Syntax
namespace EPathFollowingStatus
{
enum Type
{
Idle,
Waiting,
Paused,
Moving,
}
}
Values
| Name | Remarks |
|---|---|
| Idle | No requests |
| Waiting | Request with incomplete path, will start after UpdateMove() |
| Paused | Request paused, will continue after ResumeMove() |
| Moving | Following path |