UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FClusterNode Struct Reference

#include <HierarchicalInstancedStaticMeshComponent.h>

Public Member Functions

 FClusterNode ()
 
 FClusterNode (const FClusterNode_DEPRECATED &OldNode)
 

Public Attributes

FVector3f BoundMin
 
int32 FirstChild
 
FVector3f BoundMax
 
int32 LastChild
 
int32 FirstInstance
 
int32 LastInstance
 
FVector3f MinInstanceScale
 
FVector3f MaxInstanceScale
 

Friends

FArchiveoperator<< (FArchive &Ar, FClusterNode &NodeData)
 

Constructor & Destructor Documentation

◆ FClusterNode() [1/2]

FClusterNode::FClusterNode ( )
inline

◆ FClusterNode() [2/2]

FClusterNode::FClusterNode ( const FClusterNode_DEPRECATED OldNode)
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FClusterNode NodeData 
)
friend

Member Data Documentation

◆ BoundMax

FVector3f FClusterNode::BoundMax

◆ BoundMin

FVector3f FClusterNode::BoundMin

◆ FirstChild

int32 FClusterNode::FirstChild

◆ FirstInstance

int32 FClusterNode::FirstInstance

◆ LastChild

int32 FClusterNode::LastChild

◆ LastInstance

int32 FClusterNode::LastInstance

◆ MaxInstanceScale

FVector3f FClusterNode::MaxInstanceScale

◆ MinInstanceScale

FVector3f FClusterNode::MinInstanceScale

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