Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompilerLog.h |
Include |
#include "StateTreeCompilerLog.h" |
USTRUCT()
struct FStateTreeCompilerLog
Message log for StateTree compilation
Name | Description | ||
---|---|---|---|
|
AppendToLog ( |
Appends StateTree log to log listing. |
|
|
const UState... |
CurrentState() |
Returns current state context. |
|
PopState ( |
Pops State to be reported along with the message. |
|
|
PushState ( |
Pushes State to be reported along with the message. |
|
|
Report ( |
Reports a message. |
|
|
Reportf ( |
Formatted version of the Report(), omits Item for convenience. |
|
|
Reportf ( |
Formatted version of the Report(). |