Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Inheritance Hierarchy
- IStateTreeSchemaProvider
- UStateTreeComponent
- UStateTreeAIComponent
- UStateTreeState
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/IStateTreeSchemaProvider.h |
| Include | #include "IStateTreeSchemaProvider.h" |
Syntax
class IStateTreeSchemaProvider
Remarks
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;
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UStateTreeSchema > | GetSchema () |