Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetTokenStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FNetTokenStoreState * GetLocalNetTokenStoreState () |
FNetTokenStoreState maps from NetTokenIndex -> NetTokenStoreKey (Index) Remote and local NetTokens use separate NetTokensStore states. | Iris/ReplicationSystem/NetTokenStore.h | |
FNetTokenStoreState * GetLocalNetTokenStoreState () |
Get access to the local NetTokenStoreState | Iris/ReplicationSystem/NetTokenStore.h |
GetLocalNetTokenStoreState()
Description
FNetTokenStoreState maps from NetTokenIndex -> NetTokenStoreKey (Index) Remote and local NetTokens use separate NetTokensStore states. Get const access to the local NetTokenStoreState
| Name | GetLocalNetTokenStoreState |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
const FNetTokenStoreState * GetLocalNetTokenStoreState() const
GetLocalNetTokenStoreState()
Description
Get access to the local NetTokenStoreState
| Name | GetLocalNetTokenStoreState |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
FNetTokenStoreState * GetLocalNetTokenStoreState()