#include <ReplicationOperationsInternal.h>
|
| static IRISCORE_API void | CloneDynamicState (FNetSerializationContext &Context, uint8 *RESTRICT DstObjectStateBuffer, const uint8 *RESTRICT SrcObjectStateBuffer, const FReplicationProtocol *Protocol) |
| |
| static IRISCORE_API void | CloneQuantizedState (FNetSerializationContext &Context, uint8 *RESTRICT DstObjectStateBuffer, const uint8 *RESTRICT SrcObjectStateBuffer, const FReplicationProtocol *Protocol) |
| |
| static IRISCORE_API void | FreeDynamicState (FNetSerializationContext &Context, uint8 *RESTRICT ObjectStateBuffer, const FReplicationProtocol *Protocol) |
| |
| static IRISCORE_API void | CollectReferences (FNetSerializationContext &Context, FNetReferenceCollector &Collector, const uint8 *RESTRICT SrcObjectStateBuffer, const FReplicationProtocol *Protocol) |
| |
| static IRISCORE_API bool | IsEqualQuantizedState (FNetSerializationContext &Context, const uint8 *RESTRICT State0, const uint8 *RESTRICT State1, const FReplicationProtocol *Protocol) |
| |
◆ CloneDynamicState()
Clone the dynamic state from source to destination state for a full NetObject
◆ CloneQuantizedState()
Clone a quantized state, Note: DstObjectStateBuffer is expected to be uninitialized
◆ CollectReferences()
Collect references from protocol, if changemask is availabe in the Context it will be used
◆ FreeDynamicState()
Free the dynamic state from a state for a full NetObject
◆ IsEqualQuantizedState()
Compare two quantized states and return false if they are different.
The documentation for this struct was generated from the following files: