Navigation
API > API/Runtime > API/Runtime/IrisCore
A helper RAII class to allow thread-safe access to NetTokenStore When making calls to the FNetTokenStore in a parallel phase, first create FScopedNetTokenStoreAccess to ensure that the access is threadsafe during the lifetime of the FScopedNetTokenStoreAccess object.
| Name | FScopedNetTokenStoreAccess |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
Syntax
class FScopedNetTokenStoreAccess
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedNetTokenStoreAccess
(
const FNetTokenStore* InTokenStore |
Iris/ReplicationSystem/NetTokenStore.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopedNetTokenStoreAccess() |
Iris/ReplicationSystem/NetTokenStore.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TokenStore | const FNetTokenStore * | Iris/ReplicationSystem/NetTokenStore.h |