Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/FNavigationDataHandler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UpdateNavOctreeElementBounds
(
FNavigationElementHandle Element, |
NavigationDataHandler.h | ||
bool UpdateNavOctreeElementBounds
(
UObject& Object, |
NavigationDataHandler.h |
UpdateNavOctreeElementBounds(FNavigationElementHandle, const FBox &, const TConstArrayView< FBox >)
| Name | UpdateNavOctreeElementBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationDataHandler.h |
| Include Path | #include "NavigationDataHandler.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationDataHandler.cpp |
bool UpdateNavOctreeElementBounds
(
FNavigationElementHandle Element,
const FBox & NewBounds,
const TConstArrayView< FBox > DirtyAreas
)
UpdateNavOctreeElementBounds(UObject &, const FBox &, const TConstArrayView< FBox >)
| Name | UpdateNavOctreeElementBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationDataHandler.h |
| Include Path | #include "NavigationDataHandler.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationDataHandler.cpp |
bool UpdateNavOctreeElementBounds
(
UObject & Object,
const FBox & NewBounds,
const TConstArrayView< FBox > DirtyAreas
)