Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FMessage |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Message.h |
| Include Path | #include "UI/Message.h" |
Syntax
class FMessage
Derived Classes
FMessage derived class hierarchy
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NumberOfIndentation | int32 | UI/Message.h | |
| OldPercent | int32 | UI/Message.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Deindent
(
int32 InNumberOfIndent |
UI/Message.h | ||
static void Error
(
const FmtType& Text, |
UI/Message.h | ||
static void FillReportFile
(
const TCHAR* Header, |
UI/Message.h | ||
static void FillReportFile
(
const TCHAR* Header, |
UI/Message.h | ||
static void FillReportFile
(
const TCHAR* Header, |
UI/Message.h | ||
static void FillReportFile
(
const FmtType Header, |
UI/Message.h | ||
static void Indent
(
int32 InNumberOfIndent |
UI/Message.h | ||
static void Printf
(
EVerboseLevel Level, |
UI/Message.h | ||
static void VPrintf
(
EVerboseLevel Level, |
UI/Message.h | ||
static void VReportPrintF
(
FString Header, |
UI/Message.h | ||
static void Warning
(
const FmtType& Text, |
UI/Message.h |