EFastArraySerializerDeltaFlags

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetSerialization.h

Include

#include "Engine/NetSerialization.h"

Syntax

enum EFastArraySerializerDeltaFlags
{
    None,
    HasBeenSerialized            = 1 << 0,
    HasDeltaBeenRequested        = 1 << 1,
    IsUsingDeltaSerialization    = 1 << 2,
}

Values

Name

Description

None

HasBeenSerialized

No flags.

HasDeltaBeenRequested

Set when serialization at least once (i.e., this struct has been written or read).

IsUsingDeltaSerialization

Set if users requested Delta Serialization for this struct.

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