![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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< FClusterData > | ClusterData |
|
inline |
| bool FGeometryCollectionRepDynamicData::HasChanged | ( | const FGeometryCollectionRepDynamicData & | BaseData | ) | const |
| bool FGeometryCollectionRepDynamicData::Identical | ( | const FGeometryCollectionRepDynamicData * | Other, |
| uint32 | PortFlags | ||
| ) | const |
| bool FGeometryCollectionRepDynamicData::NetSerialize | ( | FArchive & | Ar, |
| class UPackageMap * | Map, | ||
| bool & | bOutSuccess | ||
| ) |
| bool FGeometryCollectionRepDynamicData::RemoveOutOfDateClusterData | ( | ) |
|
inline |
| bool FGeometryCollectionRepDynamicData::SetData | ( | const FClusterData & | Data | ) |
| TArray<FClusterData> FGeometryCollectionRepDynamicData::ClusterData |
| int32 FGeometryCollectionRepDynamicData::Version |