Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule
References
Module | StateTreeEditorModule |
Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompilerLog.h |
Include | #include "StateTreeCompilerLog.h" |
Syntax
USTRUCT&40;&41;
struct FStateTreeCompilerLog
Remarks
Message log for StateTree compilation
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TArray< FStateTreeCompilerLogMessage > | Messages | |
![]() ![]() |
TArray< TObjectPtr< const UStateTreeState > > | StateStack |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AppendToLog
(
IMessageLogListing* LogListing |
Appends StateTree log to log listing. |
![]() ![]() |
const UStateTreeState * | CurrentState () |
Returns current state context. |
![]() ![]() |
void | DumpToLog
(
const FLogCategoryBase& Category |
Dumps StateTree log to log |
![]() |
void | PopState
(
const UStateTreeState* InState |
Pops State to be reported along with the message. |
![]() |
void | PushState
(
const UStateTreeState* InState |
Pushes State to be reported along with the message. |
![]() |
void | Report
(
EMessageSeverity::Type InSeverity, |
Reports a message. |
![]() |
void | Reportf
(
EMessageSeverity::Type InSeverity, |
Formatted version of the Report(), omits Item for convenience. |
![]() |
void | Reportf
(
EMessageSeverity::Type InSeverity, |
Formatted version of the Report(). |