Navigation
API > API/Runtime > API/Runtime/IrisCore
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.
| Name | FNetDeserializeDeltaArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Serialization/NetSerializer.h |
| Include Path | #include "Iris/Serialization/NetSerializer.h" |
Syntax
struct FNetDeserializeDeltaArgs : public UE::Net::FNetDeserializeArgs
Inheritance Hierarchy
- FNetSerializerBaseArgs → FNetDeserializeArgs → FNetDeserializeDeltaArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Prev | NetSerializerValuePointer | A pointer to quantized data which was used by the SerializeDelta call on the sending side. | Iris/Serialization/NetSerializer.h |