Navigation
API > API/Runtime > API/Runtime/IrisCore
Parameters passed to a NetSerializer's SerializeDelta function. SerializeDelta is called to write quantized data to a bit stream. As a pointer to a previously acked quantized state is provided the serializer can use bit packing for example to reduce the number of bits to be serialized.
| Name | FNetSerializeDeltaArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Serialization/NetSerializer.h |
| Include Path | #include "Iris/Serialization/NetSerializer.h" |
Syntax
struct FNetSerializeDeltaArgs : public UE::Net::FNetSerializeArgs
Inheritance Hierarchy
- FNetSerializerBaseArgs → FNetSerializeArgs → FNetSerializeDeltaArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Prev | NetSerializerValuePointer | A pointer to acked quantized data, which can be used for bit packing. | Iris/Serialization/NetSerializer.h |