Navigation
API > API/Developer > API/Developer/TraceServices
| Name | IStringStore |
| Type | class |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Allocators.h |
| Include Path | #include "TraceServices/Containers/Allocators.h" |
Syntax
class IStringStore
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IStringStore() |
TraceServices/Containers/Allocators.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * Find
(
const TCHAR* String |
TraceServices/Containers/Allocators.h | ||
const TCHAR * Find
(
const FStringView& String |
TraceServices/Containers/Allocators.h | ||
const TCHAR * Store
(
const TCHAR* String |
TraceServices/Containers/Allocators.h | ||
const TCHAR * Store
(
const FStringView& String |
TraceServices/Containers/Allocators.h |