Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/INetSerializeCB
Description
Serializes an entire struct to / from the given archive. It is up to callers to manage Guid References created during reads.
| Name | NetSerializeStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
| Include Path | #include "UObject/CoreNet.h" |
void NetSerializeStruct
(
FNetDeltaSerializeInfo & Params
)
Parameters
| Name | Remarks |
|---|---|
| Params | NetDeltaSerialization Params to use. Object must be valid. Data must be valid. Connection must be valid. Map must be valid. Struct must point to the UScriptStruct of Data. Either Reader or Writer (but not both) must be valid. bOutHasMoreUnmapped will be used to return whether or not we have we have unmapped guids. Only used when reading. |