Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem
Inheritance Hierarchy
- FNetTokenDataStore
- FNameTokenStore
- FStringTokenStore
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include | #include "Iris/ReplicationSystem/NetTokenStore.h" |
Syntax
class FNetTokenDataStore
Remarks
NetTokenDataStore Implemented per type to store and serialize data associated with a NetToken.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FNetToken > | StoredTokens | Maps from FNetTokenStoreKey (index) to NetToken, this typically is the locally assigned NetToken, but can be overridden if we receive a token from the authority. | |
| FNetTokenStore & | TokenStore |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNetTokenDataStore
(
FNetTokenStore& InTokenStore |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Classes
| Type | Name | Description | |
|---|---|---|---|
| FNetTokenStoreKey |