Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetNavOctreeElementData
(
FNavigationElementHandle Element, |
Read element data from navigation octree | NavigationSystem.h | |
bool GetNavOctreeElementData
(
const UObject& NodeOwner, |
NavigationSystem.h |
GetNavOctreeElementData(FNavigationElementHandle, ENavigationDirtyFlag &, FBox &)
Description
Read element data from navigation octree
| Name | GetNavOctreeElementData |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
bool GetNavOctreeElementData
(
FNavigationElementHandle Element,
ENavigationDirtyFlag & OutDirtyFlags,
FBox & OutDirtyBounds
)
GetNavOctreeElementData(const UObject &, int32 &, FBox &)
| Name | GetNavOctreeElementData |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
bool GetNavOctreeElementData
(
const UObject & NodeOwner,
int32 & DirtyFlags,
FBox & DirtyBounds
)