FNode

A node in the octree.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/GenericOctree.h

Include

#include "Math/GenericOctree.h"

Syntax

class FNode

Remarks

A node in the octree.

Constructors

Name Description

Public function

FNode

(
    const FNode* InParent
)

Initialization constructor.

Destructors

Name Description

Public function

~FNode()

Destructor.

Functions

Name Description

Public function

void

 

ApplyOffset

(
    const FVector& InOffset
)

Public function Const

FNode *

 

GetChild

(
    FOctreeChildNodeRef ChildRef
)

Public function Const

int32

 

GetElementCount()

Public function Const

ElementConst...

 

GetElementIt()

Accessors.

Public function Const

const Elemen...

 

GetElements()

Public function Const

int32

 

GetInclusiveElementCount()

Public function Const

bool

 

HasChild

(
    FOctreeChildNodeRef ChildRef
)

Public function Const

bool

 

IsLeaf()

Public function

void

 

ShrinkElements()

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