FOctreeChildNodeRef

A reference to a child of an octree node.

Windows
MacOS
Linux

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

Name Description

Public variable

int8

 

Index

Constructors

Name Description

Public function

FOctreeChildNodeRef

(
    int8 InIndex
)

Initialized the reference with a child index.

Public function

FOctreeChildNodeRef

(
    int8 InX,
    int8 InY,
    int8 InZ
)

Initialization constructor.

Functions

Name Description

Public function

void

 

Advance()

Advances the reference to the next child node.

Public function Const

bool

 

IsNULL()

Public function

void

 

SetNULL()

Public function Const

int32

 

X()

Public function Const

int32

 

Y()

Public function Const

int32

 

Z()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss