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