UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TOctree_DEPRECATED< ElementType, OctreeSemantics >::FNodeReference Class Reference

#include <GenericOctree.h>

Public Member Functions

 FNodeReference ()
 
 FNodeReference (const FNode *InNode, const FOctreeNodeContext &InContext)
 

Public Attributes

const FNodeNode
 
FOctreeNodeContext Context
 

Detailed Description

template<typename ElementType, typename OctreeSemantics>
class TOctree_DEPRECATED< ElementType, OctreeSemantics >::FNodeReference

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

Constructor & Destructor Documentation

◆ FNodeReference() [1/2]

template<typename ElementType , typename OctreeSemantics >
TOctree_DEPRECATED< ElementType, OctreeSemantics >::FNodeReference::FNodeReference ( )
inline

Default constructor.

◆ FNodeReference() [2/2]

template<typename ElementType , typename OctreeSemantics >
TOctree_DEPRECATED< ElementType, OctreeSemantics >::FNodeReference::FNodeReference ( const FNode InNode,
const FOctreeNodeContext InContext 
)
inline

Initialization constructor.

Member Data Documentation

◆ Context

template<typename ElementType , typename OctreeSemantics >
FOctreeNodeContext TOctree_DEPRECATED< ElementType, OctreeSemantics >::FNodeReference::Context

◆ Node

template<typename ElementType , typename OctreeSemantics >
const FNode* TOctree_DEPRECATED< ElementType, OctreeSemantics >::FNodeReference::Node

The documentation for this class was generated from the following file: