Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeCompilerLog > API/Plugins/StateTreeEditorModule/FStateTreeCompilerLog/Reportf
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompilerLog.h |
| Include | #include "StateTreeCompilerLog.h" |
template<typename FmtType, typename... Types>
void Reportf
(
EMessageSeverity::Type InSeverity,
const FmtType & Fmt,
Types... Args
)
Remarks
Formatted version of the Report(), omits Item for convenience.