Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/FStringTokenStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNetToken GetOrCreateToken
(
const FString& String |
Create a string token for the provided string. | Iris/ReplicationSystem/StringTokenStore.h | |
FNetToken GetOrCreateToken
(
const TCHAR* Name, |
Iris/ReplicationSystem/StringTokenStore.h |
GetOrCreateToken(const FString &)
Description
Create a string token for the provided string.
| Name | GetOrCreateToken |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/StringTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/StringTokenStore.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/StringTokenStore.cpp |
FNetToken GetOrCreateToken
(
const FString & String
)
GetOrCreateToken(const TCHAR *, uint32)
| Name | GetOrCreateToken |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/StringTokenStore.h |
| Include Path | #include "Iris/ReplicationSystem/StringTokenStore.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/StringTokenStore.cpp |
FNetToken GetOrCreateToken
(
const TCHAR * Name,
uint32 Length
)