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
struct FRepSerializationSharedInfo
Remarks
Holds a set of shared net serialized properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< FNetBitWriter > | SerializedProperties | Binary blob of net serialized data to be shared | |
| TArray< FRepSerializedPropertyInfo > | SharedPropertyInfo | Metadata for properties in the shared data blob. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CountBytes
(
FArchive& Ar |
||
| void | Init () |
||
| bool | IsValid () |
||
| void | Reset () |
||
| void | SetValid () |
||
| const FRepSerializedPropertyInfo * | WriteSharedProperty
(
const FRepLayoutCmd& Cmd, |
Creates a new SharedPropertyInfo and adds it to the SharedPropertyInfo list. |