Navigation
API > API/Runtime > API/Runtime/AIModule
| |
|
| Name |
EPathFollowingResult::Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
| Include Path |
#include "Navigation/PathFollowingComponent.h" |
Syntax
namespace EPathFollowingResult
{
enum Type
{
Success,
Blocked,
OffPath,
Aborted,
Skipped_DEPRECATED,
Invalid,
}
}
Values
| Name |
Remarks |
| Success |
Reached destination |
| Blocked |
Movement was blocked |
| OffPath |
Agent is not on path |
| Aborted |
Aborted and stopped (failure) |
| Skipped_DEPRECATED |
DEPRECATED, use Aborted result instead |
| Invalid |
Request was invalid |