Navigation
API > API/Runtime > API/Runtime/IrisCore
Helper to implement a NetSerializer for a struct that should serialize using a NetTokenStore.
| Name | TStructAsNetTokenNetSerializerImpl |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/StructNetTokenDataStore.h |
| Include Path | #include "Iris/ReplicationSystem/StructNetTokenDataStore.h" |
Syntax
template<typename T, typename NetTokenDataStoreT>
class TStructAsNetTokenNetSerializerImpl
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ConfigType | struct FNetSerializerConfig | Iris/ReplicationSystem/StructNetTokenDataStore.h | |
| QuantizedType | FNetToken | Iris/ReplicationSystem/StructNetTokenDataStore.h | |
| SourceType | T | Iris/ReplicationSystem/StructNetTokenDataStore.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultConfig | const ConfigType | Iris/ReplicationSystem/StructNetTokenDataStore.h | |
| Version | const uint32 | Version. | Iris/ReplicationSystem/StructNetTokenDataStore.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Dequantize
(
FNetSerializationContext&, |
Iris/ReplicationSystem/StructNetTokenDataStore.h | ||
static void Deserialize
(
FNetSerializationContext&, |
Iris/ReplicationSystem/StructNetTokenDataStore.h | ||
static bool IsEqual
(
FNetSerializationContext&, |
Iris/ReplicationSystem/StructNetTokenDataStore.h | ||
static void Quantize
(
FNetSerializationContext&, |
Iris/ReplicationSystem/StructNetTokenDataStore.h | ||
static void Serialize
(
FNetSerializationContext&, |
Iris. | Iris/ReplicationSystem/StructNetTokenDataStore.h |