Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
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. |