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

#include <GeometryCollectionComponent.h>

Classes

struct  FClusterData
 

Public Member Functions

 FGeometryCollectionRepDynamicData ()
 
bool SetData (const FClusterData &Data)
 
bool RemoveOutOfDateClusterData ()
 
bool Identical (const FGeometryCollectionRepDynamicData *Other, uint32 PortFlags) const
 
bool NetSerialize (FArchive &Ar, class UPackageMap *Map, bool &bOutSuccess)
 
bool HasChanged (const FGeometryCollectionRepDynamicData &BaseData) const
 
void Reset ()
 

Public Attributes

int32 Version
 
TArray< FClusterDataClusterData
 

Constructor & Destructor Documentation

◆ FGeometryCollectionRepDynamicData()

FGeometryCollectionRepDynamicData::FGeometryCollectionRepDynamicData ( )
inline

Member Function Documentation

◆ HasChanged()

bool FGeometryCollectionRepDynamicData::HasChanged ( const FGeometryCollectionRepDynamicData BaseData) const

◆ Identical()

bool FGeometryCollectionRepDynamicData::Identical ( const FGeometryCollectionRepDynamicData Other,
uint32  PortFlags 
) const

◆ NetSerialize()

bool FGeometryCollectionRepDynamicData::NetSerialize ( FArchive Ar,
class UPackageMap Map,
bool bOutSuccess 
)

◆ RemoveOutOfDateClusterData()

bool FGeometryCollectionRepDynamicData::RemoveOutOfDateClusterData ( )

◆ Reset()

void FGeometryCollectionRepDynamicData::Reset ( )
inline

◆ SetData()

bool FGeometryCollectionRepDynamicData::SetData ( const FClusterData Data)

Member Data Documentation

◆ ClusterData

TArray<FClusterData> FGeometryCollectionRepDynamicData::ClusterData

◆ Version

int32 FGeometryCollectionRepDynamicData::Version

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