Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/Net > API/Runtime/NetCore/Net/Serialization
References
| Module | NetCore |
| Header | /Engine/Source/Runtime/Net/Core/Classes/Net/Serialization/FastArraySerializer.h |
| Include | #include "Net/Serialization/FastArraySerializer.h" |
Syntax
struct FFastArraySerializerGuidReferences
Remarks
Struct for holding guid references
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint8 > | Buffer | Buffer of data to re-serialize when the guids are mapped | |
| TSet< FNetworkGUID > | MappedDynamicGUIDs | List of guids that were mapped so we can move them to unmapped when necessary (i.e. actor channel closes) | |
| int32 | NumBufferBits | Number of bits in the buffer | |
| TSet< FNetworkGUID > | UnmappedGUIDs | List of guids that were unmapped so we can quickly check |