Navigation
API > API/Runtime > API/Runtime/AIModule
DEPRECATED, will be removed with GetPathActionType function.
| Name | EPathFollowingAction::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
| Include Path | #include "Navigation/PathFollowingComponent.h" |
Syntax
namespace EPathFollowingAction
{
enum Type
{
Error,
NoMove,
DirectMove,
PartialPath,
PathToGoal,
}
}
Values
| Name | Remarks |
|---|---|
| Error | |
| NoMove | |
| DirectMove | |
| PartialPath | |
| PathToGoal |