#include <Message.h>
|
| 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) |
| |
◆ Deindent()
| static void UE::CADKernel::FMessage::Deindent |
( |
int32 |
InNumberOfIndent = 1 | ) |
|
|
inlinestatic |
◆ Error()
◆ FillReportFile() [1/4]
◆ FillReportFile() [2/4]
◆ FillReportFile() [3/4]
◆ FillReportFile() [4/4]
◆ Indent()
◆ Printf()
◆ Warning()
◆ FProgressManager
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Message.h
- Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/UI/Message.cpp