UScriptStruct::ICppStructOps::NetDeltaSerialize

Net serialize delta this structure. Serialize a network delta from a base state

Windows
MacOS
Linux

Override Hierarchy

UScriptStruct::ICppStructOps::NetDeltaSerialize()

UScriptStruct::TCppStructOps::NetDeltaSerialize()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

bool NetDeltaSerialize
(
    FNetDeltaSerializeInfo & DeltaParms,
    void * Data
)

Remarks

Net serialize delta this structure. Serialize a network delta from a base state

Returns

true if the struct was serialized, otherwise it will fall back to ordinary script struct net delta serialization

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss