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

#include <GeometryCollectionComponent.h>

Public Member Functions

void SetMaskedValue (uint8 Val, uint8 Mask, uint8 Offset)
 
uint8 GetMaskedValue (uint8 Mask, uint8 Offset) const
 
void SetObjectState (Chaos::EObjectStateType State)
 
void SetInternalCluster (bool bInternalCluster)
 
Chaos::EObjectStateType GetObjectState ()
 
bool IsInternalCluster () const
 

Public Attributes

uint8 Value = 0
 

Static Public Attributes

static constexpr uint8 StateMask = 0b111
 
static constexpr uint8 StateOffset = 0
 
static constexpr uint8 InternalClusterMask = 0b1
 
static constexpr uint8 InternalClusterOffset = 3
 

Member Function Documentation

◆ GetMaskedValue()

uint8 FGeometryCollectionClusterRep::FClusterState::GetMaskedValue ( uint8  Mask,
uint8  Offset 
) const
inline

◆ GetObjectState()

Chaos::EObjectStateType FGeometryCollectionClusterRep::FClusterState::GetObjectState ( )
inline

◆ IsInternalCluster()

bool FGeometryCollectionClusterRep::FClusterState::IsInternalCluster ( ) const
inline

◆ SetInternalCluster()

void FGeometryCollectionClusterRep::FClusterState::SetInternalCluster ( bool  bInternalCluster)
inline

◆ SetMaskedValue()

void FGeometryCollectionClusterRep::FClusterState::SetMaskedValue ( uint8  Val,
uint8  Mask,
uint8  Offset 
)
inline

◆ SetObjectState()

void FGeometryCollectionClusterRep::FClusterState::SetObjectState ( Chaos::EObjectStateType  State)
inline

Member Data Documentation

◆ InternalClusterMask

constexpr uint8 FGeometryCollectionClusterRep::FClusterState::InternalClusterMask = 0b1
staticconstexpr

◆ InternalClusterOffset

constexpr uint8 FGeometryCollectionClusterRep::FClusterState::InternalClusterOffset = 3
staticconstexpr

◆ StateMask

constexpr uint8 FGeometryCollectionClusterRep::FClusterState::StateMask = 0b111
staticconstexpr

◆ StateOffset

constexpr uint8 FGeometryCollectionClusterRep::FClusterState::StateOffset = 0
staticconstexpr

◆ Value

uint8 FGeometryCollectionClusterRep::FClusterState::Value = 0

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