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

union FOctreeCh...

 

@206

Public variable

uint32: 1

 

bNULL

Public variable

uint32: 3

 

Index

Public variable

uint32: 1

 

X

Public variable

uint32: 1

 

Y

Public variable

uint32: 1

 

Z

Constructors

Name Description

Public function

FOctreeChildNodeRef

(
    int32 InIndex
)

Initialized the reference with a child index.

Public function

FOctreeChildNodeRef

(
    int32 InX,
    int32 InY,
    int32 InZ
)

Initialization constructor.

Functions

Name Description

Public function

void

 

Advance()

Advances the reference to the next child node.

Public function Const

bool

 

IsNULL()

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