Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EDiffPropertiesFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include Path | #include "Net/RepLayout.h" |
Syntax
enum EDiffPropertiesFlags
{
None = 0,
Sync = (1 << 0),
IncludeConditionalProperties = (1 << 1),
}
Values
| Name | Remarks |
|---|---|
| None | |
| Sync | |
| IncludeConditionalProperties | Indicates that properties should be updated (synchronized), not just diffed. |