ERepLayoutFlags

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Net/RepLayout.h"

Syntax

enum ERepLayoutFlags
{
    None                                 = 0,
    IsActor                              = (1 << 0),
    PartialPushSupport                   = (1 << 1),
    FullPushSupport                      = (1 << 2),
    HasObjectOrNetSerializeProperties    = (1 << 3),
}

Values

Name

Description

None

IsActor

PartialPushSupport

This RepLayout is for AActor or a subclass of AActor.

FullPushSupport

This RepLayout has some properties that use Push Model and some that don't.

HasObjectOrNetSerializeProperties

All properties in this RepLayout use Push Model.

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