Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/FNavigationOctree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsLazyGathering
(
const FNavigationElement& NavigationElement |
Lazy data gathering methods. | NavigationOctree.h | |
bool IsLazyGathering
(
const INavRelevantInterface& ChildNavInterface |
NavigationOctree.h |
IsLazyGathering(const FNavigationElement &)
Description
Lazy data gathering methods.
| Name | IsLazyGathering |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationOctree.h |
| Include Path | #include "NavigationOctree.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationOctree.cpp |
bool IsLazyGathering
(
const FNavigationElement & NavigationElement
) const
IsLazyGathering(const INavRelevantInterface &)
| Name | IsLazyGathering |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationOctree.h |
| Include Path | #include "NavigationOctree.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationOctree.cpp |
bool IsLazyGathering
(
const INavRelevantInterface & ChildNavInterface
) const