Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FNetTokenStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FNetTokenStoreState * GetRemoteNetTokenStoreState
(
uint32 ConnectionId |
Get const access to RemoteNetTokenStoreState for given ConnectionId. | Iris/ReplicationSystem/NetTokenStore.h | |
FNetTokenStoreState * GetRemoteNetTokenStoreState
(
uint32 ConnectionId |
Get RemoteNetTokenStoreState for given ConnectionId. | Iris/ReplicationSystem/NetTokenStore.h |
GetRemoteNetTokenStoreState(uint32)
Description
Get const access to RemoteNetTokenStoreState for given ConnectionId.
| Name | GetRemoteNetTokenStoreState |
| 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 FNetTokenStoreState * GetRemoteNetTokenStoreState
(
uint32 ConnectionId
) const
GetRemoteNetTokenStoreState(uint32)
Description
Get RemoteNetTokenStoreState for given ConnectionId.
| Name | GetRemoteNetTokenStoreState |
| 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 |
FNetTokenStoreState * GetRemoteNetTokenStoreState
(
uint32 ConnectionId
)