EDiffPropertiesFlags

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Net/RepLayout.h"

Syntax

enum EDiffPropertiesFlags
{
    None                            = 0,
    Sync                            = (1 << 0),
    IncludeConditionalProperties    = (1 << 1),
}

Values

Name

Description

None

Sync

IncludeConditionalProperties

Indicates that properties should be updated (synchronized), not just diffed.

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