Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetTokenStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WriteTokenData
(
FNetSerializationContext& Context, |
Write data associated with the NetToken. | Iris/ReplicationSystem/NetTokenStore.h | |
void WriteTokenData
(
FArchive& Ar, |
Write data associated with the NetToken. | Iris/ReplicationSystem/NetTokenStore.h |
WriteTokenData(FNetSerializationContext &, const FNetToken)
Description
Write data associated with the NetToken.
| Name | WriteTokenData |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/NetTokenStore.cpp |
void WriteTokenData
(
FNetSerializationContext & Context,
const FNetToken NetToken
) const
WriteTokenData(FArchive &, const FNetToken, UPackageMap *)
Description
Write data associated with the NetToken. Do not export anything via the UPackageMap.
| Name | WriteTokenData |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/NetTokenStore.cpp |
void WriteTokenData
(
FArchive & Ar,
const FNetToken NetToken,
UPackageMap * Map
) const