ERepLayoutCmdFlags

Various flags that describe how a Property should be handled.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h

Include

#include "Net/RepLayout.h"

Syntax

enum ERepLayoutCmdFlags
{
    None                     = 0,
    IsSharedSerialization    = (1 << 0),
    IsStruct                 = (1 << 1),
}

Values

Name

Description

None

IsSharedSerialization

No flags.

IsStruct

Indicates the property is eligible for shared serialization.

Remarks

Various flags that describe how a Property should be handled.

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