Navigation
API > API/Plugins > API/Plugins/AnimNextStateTree
| Name | UStateTreeAnimNextSchema |
| Type | class |
| Header File | /Engine/Plugins/Experimental/AnimNextStateTree/Source/AnimNextStateTree/Public/AnimNextStateTreeSchema.h |
| Include Path | #include "AnimNextStateTreeSchema.h" |
Syntax
UCLASS ()
class UStateTreeAnimNextSchema : public UStateTreeSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UStateTreeSchema → UStateTreeAnimNextSchema
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UStateTreeAnimNextSchema() |
AnimNextStateTreeSchema.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AnimStateTreeExecutionContextName | const FName | AnimNextStateTreeSchema.h |
Functions
Public
Overridden from UStateTreeSchema
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AllowEvaluators() |
AnimNextStateTreeSchema.h | ||
virtual bool AllowGlobalParameters() |
AnimNextStateTreeSchema.h | ||
virtual bool AllowUtilityConsiderations() |
AnimNextStateTreeSchema.h | ||
virtual TConstArrayView< FStateTreeExternalDataDesc > GetContextDataDescs() |
AnimNextStateTreeSchema.h | ||
virtual EStateTreeParameterDataType GetGlobalParameterDataType() |
AnimNextStateTreeSchema.h | ||
virtual bool IsClassAllowed
(
const UClass* InScriptStruct |
AnimNextStateTreeSchema.h | ||
virtual bool IsExternalItemAllowed
(
const UStruct& InStruct |
AnimNextStateTreeSchema.h | ||
virtual bool IsStructAllowed
(
const UScriptStruct* InScriptStruct |
AnimNextStateTreeSchema.h |