#include <ReplicationOperationsInternal.h>
|
| static IRISCORE_API void | CloneDynamicState (FNetSerializationContext &Context, uint8 *RESTRICT DstInternalBuffer, const uint8 *RESTRICT SrcInternalBuffer, const FReplicationStateDescriptor *Descriptor) |
| |
| static IRISCORE_API void | FreeDynamicState (FNetSerializationContext &Context, uint8 *ObjectStateBuffer, const FReplicationStateDescriptor *Descriptor) |
| |
| static IRISCORE_API void | FreeDynamicState (uint8 *ObjectStateBuffer, const FReplicationStateDescriptor *Descriptor) |
| |
| static IRISCORE_API void | CloneQuantizedState (FNetSerializationContext &Context, uint8 *RESTRICT DstInternalBuffer, const uint8 *RESTRICT SrcInternalBuffer, const FReplicationStateDescriptor *Descriptor) |
| |
| static IRISCORE_API void | CollectReferences (FNetSerializationContext &Context, FNetReferenceCollector &Collector, const FNetSerializerChangeMaskParam &OuterChangeMaskInfo, const uint8 *RESTRICT SrcInternalBuffer, const FReplicationStateDescriptor *Descriptor) |
| |
| static IRISCORE_API void | CollectReferencesWithMask (FNetSerializationContext &Context, FNetReferenceCollector &Collector, const uint32 ChangeMaskOffset, const uint8 *RESTRICT SrcInternalBuffer, const FReplicationStateDescriptor *Descriptor) |
| |
◆ CloneDynamicState()
Clone the dynamic state from source to destination state for a single replication state
◆ CloneQuantizedState()
Clone a quantized state, Note: DstInternalBuffer is expected to be uninitialized
◆ CollectReferences()
Collect references from a state that does not have any changemask information
◆ CollectReferencesWithMask()
Collect references from a state based on the provided changemask information
◆ FreeDynamicState() [1/2]
Free the dynamic state from a state for a single replication state
◆ FreeDynamicState() [2/2]
Free the dynamic state from a state for a single replication state
The documentation for this struct was generated from the following files: