Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/INavMovementInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the Nav movement properties struct used by NavMovementInterface and PathFollowing | GameFramework/NavMovementInterface.h | ||
const FNavMovementProperties & GetNavMovementProperties () |
Returns the Nav movement properties struct (const) used by NavMovementInterface and PathFollowing | GameFramework/NavMovementInterface.h |
GetNavMovementProperties()
Description
Returns the Nav movement properties struct used by NavMovementInterface and PathFollowing
| Name | GetNavMovementProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementInterface.h |
| Include Path | #include "GameFramework/NavMovementInterface.h" |
FNavMovementProperties * GetNavMovementProperties()
GetNavMovementProperties()
Description
Returns the Nav movement properties struct (const) used by NavMovementInterface and PathFollowing
| Name | GetNavMovementProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementInterface.h |
| Include Path | #include "GameFramework/NavMovementInterface.h" |
const FNavMovementProperties & GetNavMovementProperties() const