Navigation
API > API/Plugins > API/Plugins/AnimNextStateTree
Inheritance Hierarchy
- UObject
- UStateTreeSchema
- UStateTreeAnimNextSchema
References
| Module | AnimNextStateTree |
| Header | /Engine/Plugins/Experimental/AnimNextStateTree/Source/AnimNextStateTree/Public/AnimNextStateTreeSchema.h |
| Include | #include "AnimNextStateTreeSchema.h" |
Syntax
UCLASS ()
class UStateTreeAnimNextSchema : public UStateTreeSchema
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FStateTreeExternalDataDesc > | ContextDataDescs | List of named external data required by schema and provided to the state tree through the execution context. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UStateTreeSchema
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< FStateTreeExternalDataDesc > | |||
| bool | IsClassAllowed
(
const UClass* InScriptStruct |
||
| bool | IsExternalItemAllowed
(
const UStruct& InStruct |
||
| bool | IsStructAllowed
(
const UScriptStruct* InScriptStruct |
Constants
| Name | Description |
|---|---|
| AnimStateTreeExecutionContextName |