Navigation
API > API/Plugins > API/Plugins/StateTreeModule
DoesContainerMatchTagQuery condition Succeeds if the specified tag container matches the given Tag Query.
| Name | FGameplayTagQueryCondition |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Conditions/StateTreeGameplayTagConditions.h |
| Include Path | #include "Conditions/StateTreeGameplayTagConditions.h" |
Syntax
USTRUCT (DisplayName="Does Container Match Tag Query", Category="Gameplay Tags")
struct FGameplayTagQueryCondition : public FStateTreeConditionCommonBase
Inheritance Hierarchy
- FStateTreeNodeBase → FStateTreeConditionBase → FStateTreeConditionCommonBase → FGameplayTagQueryCondition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGameplayTagQueryCondition() |
Conditions/StateTreeGameplayTagConditions.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FInstanceDataType | FGameplayTagQueryConditionInstanceData | Conditions/StateTreeGameplayTagConditions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInvert | bool | Conditions/StateTreeGameplayTagConditions.h |
|
|
| TagQuery | FGameplayTagQuery | Query to match against | Conditions/StateTreeGameplayTagConditions.h |
|
Functions
Public
Overridden from FStateTreeConditionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool TestCondition
(
FStateTreeExecutionContext& Context |
Conditions/StateTreeGameplayTagConditions.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/StateTreeGameplayTagConditions.h | |
virtual FColor GetIconColor() |
Conditions/StateTreeGameplayTagConditions.h | ||
virtual FName GetIconName() |
Conditions/StateTreeGameplayTagConditions.h | ||
virtual const UStruct * GetInstanceDataType() |
Conditions/StateTreeGameplayTagConditions.h |