Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetTokenDataStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WriteTokenData
(
FNetSerializationContext& Context, |
Iris/ReplicationSystem/NetTokenStore.h | ||
void WriteTokenData
(
FArchive& Ar, |
Do not export things through the UPackageMap. This will break things. | Iris/ReplicationSystem/NetTokenStore.h |
WriteTokenData(FNetSerializationContext &, FNetTokenStoreKey)
| Name | WriteTokenData |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
void WriteTokenData
(
FNetSerializationContext & Context,
FNetTokenStoreKey Key
) const
WriteTokenData(FArchive &, FNetTokenStoreKey, UPackageMap *)
Description
Do not export things through the UPackageMap. This will break things.
| Name | WriteTokenData |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
void WriteTokenData
(
FArchive & Ar,
FNetTokenStoreKey Key,
UPackageMap * Map
) const