Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetTokenStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetDataStore () |
Return data store of specified type. | Iris/ReplicationSystem/NetTokenStore.h | |
const T * GetDataStore () |
Return data store of specified type. | Iris/ReplicationSystem/NetTokenStore.h | |
const FNetTokenDataStore * GetDataStore
(
FName Name |
Get const access to data store by name. | Iris/ReplicationSystem/NetTokenStore.h | |
FNetTokenDataStore * GetDataStore
(
FName Name |
Get data store by name. | Iris/ReplicationSystem/NetTokenStore.h |
GetDataStore()
Description
Return data store of specified type.
| Name | GetDataStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
template<typename T>
T * GetDataStore()
GetDataStore()
Description
Return data store of specified type.
| Name | GetDataStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
template<typename T>
const T * GetDataStore() const
GetDataStore(FName)
Description
Get const access to data store by name.
| Name | GetDataStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/NetTokenStore.cpp |
const FNetTokenDataStore * GetDataStore
(
FName Name
) const
GetDataStore(FName)
Description
Get data store by name.
| Name | GetDataStore |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/NetTokenStore.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/NetTokenStore.cpp |
FNetTokenDataStore * GetDataStore
(
FName Name
)