Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
Include |
#include "Navigation/PathFollowingComponent.h" |
namespace EPathFollowingResult
{
enum Type
{
Success,
Blocked,
OffPath,
Aborted,
Skipped_DEPRECATED,
Invalid,
}
}
Name |
Description |
---|---|
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 |