Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Implementing this interface allows derived class to override the schema used to filter valid state trees for a FStateTreeReference. The state tree reference property needs to be marked with SchemaCanBeOverriden metatag. Ex:
FStateTreeReference StateTreeRef;
| Name | IStateTreeSchemaProvider |
| Type | class |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/IStateTreeSchemaProvider.h |
| Include Path | #include "IStateTreeSchemaProvider.h" |
Syntax
class IStateTreeSchemaProvider
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSubclassOf< UStateTreeSchema > GetSchema() |
IStateTreeSchemaProvider.h |