Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/UStateTreeEditorSchema
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.
| Name | Validate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorSchema.h |
| Include Path | #include "StateTreeEditorSchema.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditorSchema.cpp |
virtual void Validate
(
TNotNull< UStateTree * > StateTree
)