Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/UStateTreeEditingSubsystem
Description
Validates and applies the schema restrictions on the StateTree. Also serves as the "safety net" of fixing up editor data following an editor operation. Updates state's link, removes the unused node while validating the StateTree asset.
| Name | ValidateStateTree |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditingSubsystem.h |
| Include Path | #include "StateTreeEditingSubsystem.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditingSubsystem.cpp |
static void ValidateStateTree
(
TNotNull< UStateTree * > InStateTree
)