|
| static bool | SendCustomDeltaProperty (const FRepLayout &RepLayout, FNetDeltaSerializeInfo &Params, uint16 CustomDeltaIndex) |
| |
| static bool | ReceiveCustomDeltaProperty (const FRepLayout &RepLayout, FReceivingRepState *ReceivingRepState, FNetDeltaSerializeInfo &Params, FStructProperty *ReplicatedProp) |
| |
| static void | PreSendCustomDeltaProperties (const FRepLayout &RepLayout, UObject *Object, UNetConnection *Connection, FReplicationChangelistMgr &ChangelistMgr, TArray< TSharedPtr< INetDeltaBaseState > > &CustomDeltaStates) |
| |
| static void | PostSendCustomDeltaProperties (const FRepLayout &RepLayout, UObject *Object, UNetConnection *Connection, FReplicationChangelistMgr &ChangelistMgr, TArray< TSharedPtr< INetDeltaBaseState > > &CustomDeltaStates) |
| |
| static uint16 | GetNumLifetimeCustomDeltaProperties (const FRepLayout &RepLayout) |
| |
| static uint16 | GetLifetimeCustomDeltaPropertyRepIndex (const FRepLayout &RepLayout, const uint16 CustomDeltaPropertyIndex) |
| |
| static FProperty * | GetLifetimeCustomDeltaProperty (const FRepLayout &RepLayout, const uint16 CustomDeltaPropertyIndex) |
| |
| static ERepLayoutResult | UpdateChangelistMgr (const FRepLayout &RepLayout, FSendingRepState *RESTRICT RepState, FReplicationChangelistMgr &InChangelistMgr, const UObject *InObject, const uint32 ReplicationFrame, const FReplicationFlags &RepFlags, const bool bForceCompare) |
| |
| static const ELifetimeCondition | GetLifetimeCustomDeltaPropertyCondition (const FRepLayout &RepLayout, const uint16 CustomDeltaPropertyIndex) |
| |
◆ FNetSerializeCB() [1/2]
| FNetSerializeCB::FNetSerializeCB |
( |
| ) |
|
|
inline |
◆ FNetSerializeCB() [2/2]
| FNetSerializeCB::FNetSerializeCB |
( |
UNetDriver * |
InNetDriver | ) |
|
|
inline |
◆ GatherGuidReferencesForFastArray()
|
|
inlinefinaloverridevirtual |
◆ GetLifetimeCustomDeltaProperty()
◆ GetLifetimeCustomDeltaPropertyCondition()
◆ GetLifetimeCustomDeltaPropertyRepIndex()
| static uint16 FNetSerializeCB::GetLifetimeCustomDeltaPropertyRepIndex |
( |
const FRepLayout & |
RepLayout, |
|
|
const uint16 |
CustomDeltaPropertyIndex |
|
) |
| |
|
inlinestatic |
◆ GetNumLifetimeCustomDeltaProperties()
◆ MoveGuidToUnmappedForFastArray()
|
|
inlinefinaloverridevirtual |
Moves a previously mapped guid to an unmapped state for a FastArraySerializer.
- See also
- GuidReferences.h for more info.
- Returns
- True if the guid was found and unmapped.
Implements INetSerializeCB.
◆ NetDeltaSerializeForFastArray()
|
|
inlinefinaloverridevirtual |
Similar to NetSerializeStruct, except serializes an entire FastArraySerializer at once instead of element by element.
Implements INetSerializeCB.
◆ NetSerializeStruct()
|
|
inlinefinaloverridevirtual |
Serializes an entire struct to / from the given archive. It is up to callers to manage Guid References created during reads.
- Parameters
-
| Params | NetDeltaSerialization Params to use. Object must be valid. Data must be valid. Connection must be valid. Map must be valid. Struct must point to the UScriptStruct of Data. Either Reader or Writer (but not both) must be valid. bOutHasMoreUnmapped will be used to return whether or not we have we have unmapped guids. Only used when reading. |
Implements INetSerializeCB.
◆ PostSendCustomDeltaProperties()
◆ PreSendCustomDeltaProperties()
◆ ReceiveCustomDeltaProperty()
◆ SendCustomDeltaProperty()
◆ SetChangelistMgr()
◆ UpdateChangelistMgr()
◆ UpdateUnmappedGuidsForFastArray()
|
|
inlinefinaloverridevirtual |
The documentation for this class was generated from the following file: