Navigation
API > API/Runtime > API/Runtime/NavigationSystem
| Name | FNavigationOctreeSemantics |
| Type | struct |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationOctree.h |
| Include Path | #include "NavigationOctree.h" |
Syntax
struct FNavigationOctreeSemantics
Enums
Public
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementAllocator | TInlineAllocator< MaxElementsPerLeaf > | NavigationOctree.h | |
| FOctree | TOctree2< FNavigationOctreeElement, FNavigationOctreeSemantics > | NavigationOctree.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ApplyOffset
(
FNavigationOctreeElement& Element, |
NavigationOctree.h | ||
static bool AreElementsEqual
(
const FNavigationOctreeElement& A, |
NavigationOctree.h | ||
static const FBoxSphereBounds & GetBoundingBox
(
const FNavigationOctreeElement& NavData |
NavigationOctree.h | ||
static void SetElementId
(
FOctree& OctreeOwner, |
NavigationOctree.h |