Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/INavMovementInterface
Description
Set the path following agent this interface uses. Must implement IPathFollowingAgentInterface.
Derived Overrides
| Name | SetPathFollowingAgent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementInterface.h |
| Include Path | #include "GameFramework/NavMovementInterface.h" |
void SetPathFollowingAgent
(
IPathFollowingAgentInterface * InPathFollowingAgent
)