Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/Conditions
Inheritance Hierarchy
- FStateTreeNodeBase
- FStateTreeConditionBase
- FStateTreeConditionCommonBase
- FStateTreeObjectIsChildOfClassCondition
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Conditions/StateTreeObjectConditions.h |
| Include | #include "Conditions/StateTreeObjectConditions.h" |
Syntax
USTRUCT (DisplayName="Object Class Is", Category="Object")
struct FStateTreeObjectIsChildOfClassCondition : public FStateTreeConditionCommonBase
Remarks
Condition testing if object is child of specified class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInvert |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeObjectIsChildOfClassCondition
(
const EStateTreeCompare InInverts |
Overridden from FStateTreeConditionBase
| Type | Name | Description | |
|---|---|---|---|
| bool | TestCondition
(
FStateTreeExecutionContext& Context |
Overridden from FStateTreeNodeBase
| Type | Name | Description | |
|---|---|---|---|
| const UStruct * |
Typedefs
| Name | Description |
|---|---|
| FInstanceDataType |