Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EReceivePropertiesFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include Path | #include "Net/RepLayout.h" |
Syntax
enum EReceivePropertiesFlags
{
None = 0,
RepNotifies = (1 << 0),
SkipRoleSwap = (1 << 1),
}
Values
| Name | Remarks |
|---|---|
| None | |
| RepNotifies | |
| SkipRoleSwap | Whether or not RepNotifies will be fired due to changed properties. |