EReceivePropertiesFlags

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Net/RepLayout.h"

Syntax

enum EReceivePropertiesFlags
{
    None            = 0,
    RepNotifies     = (1 << 0),
    SkipRoleSwap    = (1 << 1),
}

Values

Name

Description

None

RepNotifies

SkipRoleSwap

Whether or not RepNotifies will be fired due to changed properties.

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