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 ERepLayoutCmdFlags
{
None = 0,
IsSharedSerialization = (1 << 0),
IsStruct = (1 << 1),
IsEmptyArrayStruct = (1 << 2),
}
Values
| Name | Description |
|---|---|
| None | |
| IsSharedSerialization | No flags. |
| IsStruct | Indicates the property is eligible for shared serialization. |
| IsEmptyArrayStruct | This is a struct property. |
Remarks
Various flags that describe how a Property should be handled.