Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/GenericOctree.h |
| Include | #include "Math/GenericOctree.h" |
Syntax
class FOctreeChildNodeRef
Remarks
A reference to a child of an octree node.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int8 | Index |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOctreeChildNodeRef
(
int8 InIndex |
Initialized the reference with a child index. | ||
FOctreeChildNodeRef
(
int8 InX, |
Initialization constructor. |