Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/Serialization
Inheritance Hierarchy
- FNetSerializerBaseArgs
- FNetDeserializeArgs
- FNetDeserializeDeltaArgs
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/Serialization/NetSerializer.h |
| Include | #include "Iris/Serialization/NetSerializer.h" |
Syntax
struct FNetDeserializeDeltaArgs : public UE::Net::FNetDeserializeArgs
Remarks
Parameters passed to a NetSerializer's DeserializeDelta function. DeserializeDelta is responsible to read the data produced by SerializeDelta.
DeserializeDelta must always store the deserialized delta in the target memory, even if it's determined that the data is the same as the quantized data passed in the Prev pointer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| NetSerializerValuePointer | Prev | A pointer to quantized data which was used by the SerializeDelta call on the sending side. |