Navigation
API > API/Runtime > API/Runtime/Core
Options to control how log templates are parsed and perform formatting.
| Name | FLogTemplateOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/StructuredLogFormat.h |
| Include Path | #include "Logging/StructuredLogFormat.h" |
Syntax
struct FLogTemplateOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowSubObjectReferences | bool | If true, allow field references of the form A.B.C to access fields of objects within objects. | Logging/StructuredLogFormat.h |