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