Navigation
API > API/Runtime > API/Runtime/Core
| Name | FLogField |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/StructuredLog.h |
| Include Path | #include "Logging/StructuredLog.h" |
Syntax
struct FLogField
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FWriteFn | void(FCbWriter &Writer, const void *Value) | Logging/StructuredLog.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | const ANSICHAR * | Logging/StructuredLog.h | ||
| Value | const void * | Logging/StructuredLog.h | ||
| WriteValue | FWriteFn * | Logging/StructuredLog.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Write
(
FCbWriter& Writer, |
Logging/StructuredLog.h |