Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AI > API/Runtime/Engine/AI/Navigation > API/Runtime/Engine/AI/Navigation/INavAgentInterface
- INavAgentInterface::GetNavAgentPropertiesRef()
- AController::GetNavAgentPropertiesRef()
- APawn::GetNavAgentPropertiesRef()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavAgentInterface.h |
| Include | #include "AI/Navigation/NavAgentInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AI/Navigation/NavigationInterfaces.cpp |
virtual const FNavAgentProperties & GetNavAgentPropertiesRef() const
Remarks
Retrieves FNavAgentProperties expressing navigation props and caps of represented agent @NOTE the function will be renamed to GetNavAgentProperties in 4.8. Current name was introduced to help with deprecating old GetNavAgentProperties function