UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHierarchicalLogArchive Struct Reference

#include <HierarchicalLogArchive.h>

+ Inheritance diagram for FHierarchicalLogArchive:

Classes

struct  FIndentScope
 

Public Member Functions

CORE_API FHierarchicalLogArchive (FArchive &InInnerArchive)
 
void Print (const TCHAR *InLine)
 
FIndentScope PrintIndent (const TCHAR *InLine)
 
template<typename... Types>
void Printf (UE::Core::TCheckedFormatString< FString::FmtCharType, Types... > Fmt, Types... Args)
 
template<typename... Types>
FIndentScope PrintfIndent (UE::Core::TCheckedFormatString< FString::FmtCharType, Types... > Fmt, Types... Args)
 

Constructor & Destructor Documentation

◆ FHierarchicalLogArchive()

FHierarchicalLogArchive::FHierarchicalLogArchive ( FArchive InInnerArchive)

Member Function Documentation

◆ Print()

void FHierarchicalLogArchive::Print ( const TCHAR InLine)
inline

◆ Printf()

template<typename... Types>
void FHierarchicalLogArchive::Printf ( UE::Core::TCheckedFormatString< FString::FmtCharType, Types... >  Fmt,
Types...  Args 
)
inline

◆ PrintfIndent()

template<typename... Types>
FIndentScope FHierarchicalLogArchive::PrintfIndent ( UE::Core::TCheckedFormatString< FString::FmtCharType, Types... >  Fmt,
Types...  Args 
)
inline

◆ PrintIndent()

FIndentScope FHierarchicalLogArchive::PrintIndent ( const TCHAR InLine)
inline

The documentation for this struct was generated from the following files: