UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::FNetDeserializeDeltaArgs Struct Reference

#include <NetSerializer.h>

+ Inheritance diagram for UE::Net::FNetDeserializeDeltaArgs:

Public Attributes

NetSerializerValuePointer Prev
 
- Public Attributes inherited from UE::Net::FNetDeserializeArgs
NetSerializerValuePointer Target
 
- Public Attributes inherited from UE::Net::FNetSerializerBaseArgs
NetSerializerConfigParam NetSerializerConfig = 0
 
FNetSerializerChangeMaskParam ChangeMaskInfo
 
uint32 Version = 0
 

Detailed Description

Parameters passed to a NetSerializer's DeserializeDelta function. DeserializeDelta is responsible to read the data produced by SerializeDelta.

See also
FNetSerializeDeltaArgs
Note
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.

Member Data Documentation

◆ Prev

NetSerializerValuePointer UE::Net::FNetDeserializeDeltaArgs::Prev

A pointer to quantized data which was used by the SerializeDelta call on the sending side.


The documentation for this struct was generated from the following file: