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 EReceivePropertiesFlags
{
None = 0,
RepNotifies = (1 << 0),
SkipRoleSwap = (1 << 1),
}
Values
| Name | Description |
|---|---|
| None | |
| RepNotifies | |
| SkipRoleSwap | Whether or not RepNotifies will be fired due to changed properties. |