Navigation
API > API/Plugins > API/Plugins/GameplayStateTreeModule > API/Plugins/GameplayStateTreeModule/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UStateTreeSchema
- UStateTreeComponentSchema
References
| Module | GameplayStateTreeModule |
| Header | /Engine/Plugins/Runtime/GameplayStateTree/Source/GameplayStateTreeModule/Public/Components/StateTreeComponentSchema.h |
| Include | #include "Components/StateTreeComponentSchema.h" |
Syntax
UCLASS&40;BlueprintType, EditInlineNew, CollapseCategories,
Meta&61;&40;DisplayName&61;"StateTree Component", CommonSchema&41;&41;
class UStateTreeComponentSchema : public UStateTreeSchema
Remarks
StateTree for Actors with StateTree component.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< AActor > | ContextActorClass | Actor class the StateTree is expected to run on. | |
| FStateTreeExternalDataDesc | ContextActorDataDesc |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UClass * |
Overridden from UStateTreeSchema
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< FStateTreeExternalDataDesc > | |||
| bool | IsClassAllowed
(
const UClass* InScriptStruct |
||
| bool | IsExternalItemAllowed
(
const UStruct& InStruct |
||
| bool | IsStructAllowed
(
const UScriptStruct* InScriptStruct |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |