Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/FNavigationOctreeController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetNavOctreeElementData
(
FNavigationElementHandle Element, |
NavigationOctreeController.h | ||
bool GetNavOctreeElementData
(
const UObject& NodeOwner, |
NavigationOctreeController.h |
GetNavOctreeElementData(FNavigationElementHandle, ENavigationDirtyFlag &, FBox &)
| Name | GetNavOctreeElementData |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationOctreeController.h |
| Include Path | #include "NavigationOctreeController.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationOctreeController.cpp |
bool GetNavOctreeElementData
(
FNavigationElementHandle Element,
ENavigationDirtyFlag & DirtyFlags,
FBox & DirtyBounds
)
GetNavOctreeElementData(const UObject &, int32 &, FBox &)
| Name | GetNavOctreeElementData |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationOctreeController.h |
| Include Path | #include "NavigationOctreeController.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationOctreeController.cpp |
bool GetNavOctreeElementData
(
const UObject & NodeOwner,
int32 & DirtyFlags,
FBox & DirtyBounds
)