![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GenericOctree.h>
Public Member Functions | |
| FOctreeChildNodeRef (int8 InX, int8 InY, int8 InZ) | |
| FOctreeChildNodeRef (int8 InIndex=0) | |
| UE_FORCEINLINE_HINT void | Advance () |
| UE_FORCEINLINE_HINT bool | IsNULL () const |
| UE_FORCEINLINE_HINT void | SetNULL () |
| UE_FORCEINLINE_HINT int32 | X () const |
| UE_FORCEINLINE_HINT int32 | Y () const |
| UE_FORCEINLINE_HINT int32 | Z () const |
Public Attributes | |
| int8 | Index |
A reference to a child of an octree node.
Initialization constructor.
|
inline |
Initialized the reference with a child index.
|
inline |
Advances the reference to the next child node. If this was the last node remain, Index will be 8 which represents null.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int8 FOctreeChildNodeRef::Index |