Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/FNavigationOctree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DemandChildLazyDataGathering
(
FNavigationRelevantData& ElementData, |
NavigationOctree.h | ||
void DemandChildLazyDataGathering
(
FNavigationRelevantData& ElementData, |
NavigationOctree.h |
DemandChildLazyDataGathering(FNavigationRelevantData &, const FNavigationElement &)
| Name | DemandChildLazyDataGathering |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationOctree.h |
| Include Path | #include "NavigationOctree.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationOctree.cpp |
void DemandChildLazyDataGathering
(
FNavigationRelevantData & ElementData,
const FNavigationElement & ChildElement
) const
DemandChildLazyDataGathering(FNavigationRelevantData &, INavRelevantInterface &)
| Name | DemandChildLazyDataGathering |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationOctree.h |
| Include Path | #include "NavigationOctree.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationOctree.cpp |
void DemandChildLazyDataGathering
(
FNavigationRelevantData & ElementData,
INavRelevantInterface & ChildNavInterface
)