Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeCompiler
Description
Tests that all instanced sub-objects in the compiled StateTree have correct outers. Reports errors to the compiler log.
| Name | CheckCompiledStateTreeOuters |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompiler.h |
| Include Path | #include "StateTreeCompiler.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeCompiler.cpp |
static void CheckCompiledStateTreeOuters
(
TNotNull< const UStateTree * > InStateTree,
FStateTreeCompilerLog & InLog
)