FNodeReference

A reference to an octree node, its context, and a read lock.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/GenericOctree.h"

Syntax

class FNodeReference

Remarks

A reference to an octree node, its context, and a read lock.

Variables

Name Description

Public variable

FOctreeNodeCont...

 

Context

Public variable

const FNode ...

 

Node

Constructors

Name Description

Public function

FNodeReference()

Default constructor.

Public function

FNodeReference

(
    const FNode* InNode,
    const FOctreeNodeContext& InContex...
)

Initialization constructor.

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