Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/INavMovementInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get path following agent this interface uses | GameFramework/NavMovementInterface.h | ||
| Get path following agent this interface uses(const) | GameFramework/NavMovementInterface.h |
GetPathFollowingAgent()
Description
Get path following agent this interface uses
| Name | GetPathFollowingAgent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementInterface.h |
| Include Path | #include "GameFramework/NavMovementInterface.h" |
IPathFollowingAgentInterface * GetPathFollowingAgent()
GetPathFollowingAgent()
Description
Get path following agent this interface uses(const)
| Name | GetPathFollowingAgent |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementInterface.h |
| Include Path | #include "GameFramework/NavMovementInterface.h" |
const IPathFollowingAgentInterface * GetPathFollowingAgent() const