Navigation
API > API/Runtime > API/Runtime/Core
| Name | FHierarchicalLogArchive |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/HierarchicalLogArchive.h |
| Include Path | #include "Misc/HierarchicalLogArchive.h" |
Syntax
struct FHierarchicalLogArchive : private FArchiveProxy
Inheritance Hierarchy
- FArchiveState → FArchive → FArchiveProxy → FHierarchicalLogArchive
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHierarchicalLogArchive
(
FArchive& InInnerArchive |
Misc/HierarchicalLogArchive.h |
Structs
| Name | Remarks |
|---|---|
| FIndentScope |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Indentation | int32 | Misc/HierarchicalLogArchive.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Print
(
const TCHAR* InLine |
Misc/HierarchicalLogArchive.h | ||
void Printf
(
UE::Core::TCheckedFormatString< FString::FmtCharType, Types... > Fmt, |
Misc/HierarchicalLogArchive.h | ||
FIndentScope PrintfIndent
(
UE::Core::TCheckedFormatString< FString::FmtCharType, Types... > Fmt, |
Misc/HierarchicalLogArchive.h | ||
FIndentScope PrintIndent
(
const TCHAR* InLine |
Misc/HierarchicalLogArchive.h |