Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetTokenStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void InternalWriteNetToken
(
UE::Net::FNetSerializationContext& Context, |
Internal method to write a NetToken, if bWriteTokenType is true it will write the TypeId as well. | Iris/ReplicationSystem/NetTokenStore.h | |
static void InternalWriteNetToken
(
FArchive& Ar, |
Iris/ReplicationSystem/NetTokenStore.h |
InternalWriteNetToken(UE::Net::FNetSerializationContext &, FNetToken, bool)
Description
Internal method to write a NetToken, if bWriteTokenType is true it will write the TypeId as well.
| Name | InternalWriteNetToken |
| 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 |
static void InternalWriteNetToken
(
UE::Net::FNetSerializationContext & Context,
FNetToken Token,
bool bWriteTokenType
)
InternalWriteNetToken(FArchive &, FNetToken, bool)
| Name | InternalWriteNetToken |
| 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 |
static void InternalWriteNetToken
(
FArchive & Ar,
FNetToken Token,
bool bWriteTokenType
)