Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/Iris > API/Runtime/IrisCore/Iris/ReplicationSystem
References
| Module | IrisCore |
| Header | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include | #include "Iris/ReplicationSystem/NetTokenStore.h" |
Syntax
class FNetTokenStore
Remarks
This is the token store, we have one per game instance.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FNetTokenStoreState * | |||
| FNetTokenStoreState * | |||
| void | ReadTokenData
(
FNetSerializationContext& Context, |
Read data associated with the NetToken. | |
| bool | RegisterDataStore
(
FNetTokenDataStore* DataStore |
Register DataStore and return true if it was registered. | |
| void | WriteTokenData
(
FNetSerializationContext& Context, |
Write data associated with the NetToken. |