Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeCompilerLog
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reportf
(
EMessageSeverity::Type InSeverity, |
Formatted version of the Report(), omits Item for convenience. | StateTreeCompilerLog.h | |
void Reportf
(
EMessageSeverity::Type InSeverity, |
Formatted version of the Report(). | StateTreeCompilerLog.h |
Reportf(EMessageSeverity::Type, UE::Core::TCheckedFormatString< FString::FmtCharType, Types... >, Types...)
Description
Formatted version of the Report(), omits Item for convenience.
| Name | Reportf |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompilerLog.h |
| Include Path | #include "StateTreeCompilerLog.h" |
template<typename... Types>
void Reportf
(
EMessageSeverity::Type InSeverity,
UE::Core::TCheckedFormatString< FString::FmtCharType, Types... > Fmt,
Types... Args
)
Reportf(EMessageSeverity::Type, const FStateTreeBindableStructDesc &, UE::Core::TCheckedFormatString< FString::FmtCharType, Types... >, Types...)
Description
Formatted version of the Report().
| Name | Reportf |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompilerLog.h |
| Include Path | #include "StateTreeCompilerLog.h" |
template<typename... Types>
void Reportf
(
EMessageSeverity::Type InSeverity,
const FStateTreeBindableStructDesc & InItem,
UE::Core::TCheckedFormatString< FString::FmtCharType, Types... > Fmt,
Types... Args
)