Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetTokenStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FNetToken InternalReadNetToken
(
UE::Net::FNetSerializationContext& Context, |
Internal method to read a NetToken, if the TokenTypeId is valid it will be used instead of reading it from the bitstream. | Iris/ReplicationSystem/NetTokenStore.h | |
static FNetToken InternalReadNetToken
(
FArchive& Ar, |
Iris/ReplicationSystem/NetTokenStore.h |
InternalReadNetToken(UE::Net::FNetSerializationContext &, FNetToken::FTypeId)
Description
Internal method to read a NetToken, if the TokenTypeId is valid it will be used instead of reading it from the bitstream.
| Name | InternalReadNetToken |
| 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 FNetToken InternalReadNetToken
(
UE::Net::FNetSerializationContext & Context,
FNetToken::FTypeId TokenTypeId
)
InternalReadNetToken(FArchive &, FNetToken::FTypeId)
| Name | InternalReadNetToken |
| 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 FNetToken InternalReadNetToken
(
FArchive & Ar,
FNetToken::FTypeId TokenTypeId
)