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
class FRepLayoutCmd
Remarks
Represents a single property, which could be either a Top Level Property, a Nested Struct Property, or an element in a Dynamic Array.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | CompatibleChecksum | Used to determine if property is still compatible | |
| uint16 | ElementSize | For arrays, element size of data. | |
| uint16 | EndCmd | For arrays, this is the cmd index to jump to, to skip this arrays inner elements. | |
| ERepLayoutCmdFlags | Flags | ||
| int32 | Offset | Absolute offset of property in Object Memory. | |
| uint16 | ParentIndex | Index into Parents. | |
| FProperty * | Property | Pointer back to property, used for NetSerialize calls, etc. | |
| uint16 | RelativeHandle | Handle relative to start of array, or top list. | |
| int32 | ShadowOffset | Absolute offset of property in Shadow Memory. | |
| ERepLayoutCmdType | Type |