Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetTokenStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReadTokenData
(
FNetSerializationContext& Context, |
Read data associated with the NetToken. | Iris/ReplicationSystem/NetTokenStore.h | |
void ReadTokenData
(
FArchive& Ar, |
Read data associated with the NetToken. | Iris/ReplicationSystem/NetTokenStore.h |
ReadTokenData(FNetSerializationContext &, const FNetToken, FNetTokenStoreState &)
Description
Read data associated with the NetToken.
| Name | ReadTokenData |
| 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 ReadTokenData
(
FNetSerializationContext & Context,
const FNetToken NetToken,
FNetTokenStoreState & RemoteNetTokenStoreState
)
ReadTokenData(FArchive &, const FNetToken, FNetTokenStoreState &, UPackageMap *)
Description
Read data associated with the NetToken. Do not export anything via the UPackageMap.
| Name | ReadTokenData |
| 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 ReadTokenData
(
FArchive & Ar,
const FNetToken NetToken,
FNetTokenStoreState & RemoteNetTokenStoreState,
UPackageMap * Map
)