Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveProxy
- FHierarchicalLogArchive
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/HierarchicalLogArchive.h |
| Include | #include "Misc/HierarchicalLogArchive.h" |
Syntax
struct FHierarchicalLogArchive : private FArchiveProxy
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHierarchicalLogArchive
(
FArchive& InInnerArchive |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Print
(
const TCHAR* InLine |
||
| void | Printf
(
const FmtType& Fmt, |
||
| FIndentScope | PrintfIndent
(
const FmtType& Fmt, |
||
| FIndentScope | PrintIndent
(
const TCHAR* InLine |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FIndentScope |