Navigation
API > API/Runtime > API/Runtime/Core
Store a log template in a movable heap-allocated byte array.
| Name | FUniqueLogTemplateStorage |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/StructuredLogFormat.h |
| Include Path | #include "Logging/StructuredLogFormat.h" |
Syntax
class FUniqueLogTemplateStorage
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TUniquePtr< uint8[]> | Logging/StructuredLogFormat.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Allocate
(
int32 Size |
Logging/StructuredLogFormat.h | ||
const void * Get() |
Logging/StructuredLogFormat.h |