Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
| Include | #include "UObject/CoreNet.h" |
Syntax
class INetSerializeCB
Remarks
An interface for handling serialization of Structs for networking.
See notes in NetSerialization.h
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Gathers any guid references for a FastArraySerializer. | ||
| bool | Moves a previously mapped guid to an unmapped state for a FastArraySerializer. | ||
| bool | Similar to NetSerializeStruct, except serializes an entire FastArraySerializer at once instead of element by element. | ||
| void | NetSerializeStruct
(
FNetDeltaSerializeInfo& Params |
Serializes an entire struct to / from the given archive. | |
| void | Updates any unmapped guid references for a FastArraySerializer. |
Typedefs
| Name | Description |
|---|---|
| FGuidReferencesMap |