Navigation
API > API/Runtime > API/Runtime/TraceLog
Inheritance Hierarchy
- FStringProxy
- FNameDeprecationWrapper
- FStringOutputDevice
- FConsoleOutputDevice
- FStringOutputDeviceCountLines
- FWildcardString
References
| Module | TraceLog |
| Header | /Engine/Source/Runtime/TraceLog/standalone_prologue.h |
Syntax
struct FStringProxy
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32_t | _char_size | ||
| uint32_t | _len | ||
| const void * | _ptr | ||
| std::string | _str |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStringProxy () |
|||
FStringProxy
(
const T& r |
|||
FStringProxy
(
size_t len, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| std::string_view | ToView () |