Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/FNavigationPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const PathClass * CastPath () |
Type safe casts | NavigationData.h | |
PathClass * CastPath () |
NavigationData.h |
CastPath()
Description
Type safe casts
| Name | CastPath |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h |
| Include Path | #include "NavigationData.h" |
template<typename PathClass>
const PathClass * CastPath() const
CastPath()
| Name | CastPath |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h |
| Include Path | #include "NavigationData.h" |
template<typename PathClass>
PathClass * CastPath()