Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/TCachedStringStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CharType * Store_GetString
(
const CharType* String |
Store a string, get string back. | Common/CachedStringStore.h | |
const CharType * Store_GetString
(
const StringViewType String |
Store a string, get string back. | Common/CachedStringStore.h |
Store_GetString(const CharType *)
Description
Store a string, get string back.
| Name | Store_GetString |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/Common/CachedStringStore.h |
| Include Path | #include "Common/CachedStringStore.h" |
const CharType * Store_GetString
(
const CharType * String
)
Stored string
Parameters
| Name | Remarks |
|---|---|
| String | String to store |
Store_GetString(const StringViewType)
Description
Store a string, get string back.
| Name | Store_GetString |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/Common/CachedStringStore.h |
| Include Path | #include "Common/CachedStringStore.h" |
const CharType * Store_GetString
(
const StringViewType String
)
Stored string
Parameters
| Name | Remarks |
|---|---|
| String | String to store |