Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Condition testing if two object pointers point to the same object.
| Name | FStateTreeObjectEqualsCondition |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Conditions/StateTreeObjectConditions.h |
| Include Path | #include "Conditions/StateTreeObjectConditions.h" |
Syntax
USTRUCT (DisplayName="Object Equals", Category="Object")
struct FStateTreeObjectEqualsCondition : public FStateTreeConditionCommonBase
Inheritance Hierarchy
- FStateTreeNodeBase → FStateTreeConditionBase → FStateTreeConditionCommonBase → FStateTreeObjectEqualsCondition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Conditions/StateTreeObjectConditions.h | |||
FStateTreeObjectEqualsCondition
(
const EStateTreeCompare InInverts |
Conditions/StateTreeObjectConditions.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FInstanceDataType | FStateTreeObjectEqualsConditionInstanceData | Conditions/StateTreeObjectConditions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInvert | bool | Conditions/StateTreeObjectConditions.h |
|
Functions
Public
Overridden from FStateTreeConditionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool TestCondition
(
FStateTreeExecutionContext& Context |
Conditions/StateTreeObjectConditions.h |
Overridden from FStateTreeNodeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDescription
(
const FGuid& ID, |
Returns description for the node, use in the UI. | Conditions/StateTreeObjectConditions.h | |
virtual const UStruct * GetInstanceDataType() |
Conditions/StateTreeObjectConditions.h |