Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FMessage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
FillReportFile(const TCHAR *, FDuration)
| Name | FillReportFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Message.h |
| Include Path | #include "UI/Message.h" |
static void FillReportFile
(
const TCHAR * Header,
FDuration Duration
)
FillReportFile(const TCHAR *, double)
| Name | FillReportFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Message.h |
| Include Path | #include "UI/Message.h" |
static void FillReportFile
(
const TCHAR * Header,
double Count
)
FillReportFile(const TCHAR *, int32)
| Name | FillReportFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Message.h |
| Include Path | #include "UI/Message.h" |
static void FillReportFile
(
const TCHAR * Header,
int32 Count
)
FillReportFile(const FmtType, const FmtType, Types...)
| Name | FillReportFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Message.h |
| Include Path | #include "UI/Message.h" |
template<typename FmtType, typename... Types>
static void FillReportFile
(
const FmtType Header,
const FmtType Text,
Types... Args
)