Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UNavMoverComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FNavMovementProperties * GetNavMovementProperties () |
Get Nav movement props struct this component uses | DefaultMovementSet/NavMoverComponent.h | |
virtual const FNavMovementProperties & GetNavMovementProperties () |
Returns the NavMovementProps(const) | DefaultMovementSet/NavMoverComponent.h |
GetNavMovementProperties()
Description
Get Nav movement props struct this component uses
| Name | GetNavMovementProperties |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/NavMoverComponent.h |
| Include Path | #include "DefaultMovementSet/NavMoverComponent.h" |
virtual FNavMovementProperties * GetNavMovementProperties()
GetNavMovementProperties()
Description
Returns the NavMovementProps(const)
| Name | GetNavMovementProperties |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/NavMoverComponent.h |
| Include Path | #include "DefaultMovementSet/NavMoverComponent.h" |
virtual const FNavMovementProperties & GetNavMovementProperties() const