FGeometryCollectionRepData

Replicated data for a geometry collection when bEnableReplication is true for that component.

Windows
MacOS
Linux

References

Module

GeometryCollectionEngine

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionComponent.h

Include

#include "GeometryCollection/GeometryCollectionComponent.h"

Syntax

struct FGeometryCollectionRepData

Remarks

Replicated data for a geometry collection when bEnableReplication is true for that component. See UGeomtryCollectionComponent::UpdateRepData

Variables

Name Description

Public variable

TArray< FGeomet...

 

Poses

Array of per-particle data required to synchronize clients.

Public variable

int32

 

Version

Version counter, every write to the rep data is a new state so Identical only references this version as there's no reason to compare the Poses array.

Constructors

Name Description

Public function

FGeometryCollectionRepData()

Functions

Name Description

Public function Const

bool

 

Identical

(
    const FGeometryCollectionRepData&#...,
    uint32 PortFlags
)

Just test version to skip having to traverse the whole pose array for replication.

Public function

bool

 

NetSerialize

(
    FArchive& Ar,
    UPackageMap* Map,
    bool& bOutSuccess
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss