UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CADKernel::FMessage Class Reference

#include <Message.h>

Static Public Member Functions

template<typename FmtType , typename... Types>
static void Printf (EVerboseLevel Level, const FmtType &Text, Types... Args)
 
template<typename FmtType , typename... Types>
static void Error (const FmtType &Text, Types... Args)
 
template<typename FmtType , typename... Types>
static void Warning (const FmtType &Text, Types... Args)
 
template<typename FmtType , typename... Types>
static void FillReportFile (const FmtType Header, const FmtType Text, Types... Args)
 
static void FillReportFile (const TCHAR *Header, FDuration Duration)
 
static void FillReportFile (const TCHAR *Header, double Count)
 
static void FillReportFile (const TCHAR *Header, int32 Count)
 
static void Indent (int32 InNumberOfIndent=1)
 
static void Deindent (int32 InNumberOfIndent=1)
 

Friends

class FProgressManager
 

Member Function Documentation

◆ Deindent()

static void UE::CADKernel::FMessage::Deindent ( int32  InNumberOfIndent = 1)
inlinestatic

◆ Error()

template<typename FmtType , typename... Types>
static void UE::CADKernel::FMessage::Error ( const FmtType Text,
Types...  Args 
)
inlinestatic

◆ FillReportFile() [1/4]

template<typename FmtType , typename... Types>
static void UE::CADKernel::FMessage::FillReportFile ( const FmtType  Header,
const FmtType  Text,
Types...  Args 
)
inlinestatic

◆ FillReportFile() [2/4]

static void UE::CADKernel::FMessage::FillReportFile ( const TCHAR Header,
double  Count 
)
inlinestatic

◆ FillReportFile() [3/4]

static void UE::CADKernel::FMessage::FillReportFile ( const TCHAR Header,
FDuration  Duration 
)
inlinestatic

◆ FillReportFile() [4/4]

static void UE::CADKernel::FMessage::FillReportFile ( const TCHAR Header,
int32  Count 
)
inlinestatic

◆ Indent()

static void UE::CADKernel::FMessage::Indent ( int32  InNumberOfIndent = 1)
inlinestatic

◆ Printf()

template<typename FmtType , typename... Types>
static void UE::CADKernel::FMessage::Printf ( EVerboseLevel  Level,
const FmtType Text,
Types...  Args 
)
inlinestatic

◆ Warning()

template<typename FmtType , typename... Types>
static void UE::CADKernel::FMessage::Warning ( const FmtType Text,
Types...  Args 
)
inlinestatic

Friends And Related Symbol Documentation

◆ FProgressManager

friend class FProgressManager
friend

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