Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/Conditions
Inheritance Hierarchy
- FStateTreeNodeBase
- FStateTreeConditionBase
- FStateTreeConditionCommonBase
- FStateTreeObjectEqualsCondition
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Conditions/StateTreeObjectConditions.h |
| Include | #include "Conditions/StateTreeObjectConditions.h" |
Syntax
USTRUCT (DisplayName="Object Equals", Category="Object")
struct FStateTreeObjectEqualsCondition : public FStateTreeConditionCommonBase
Remarks
Condition testing if two object pointers point to the same object.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInvert |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeObjectEqualsCondition
(
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 |