Navigation
Unreal Engine C++ API Reference > Runtime > GameplayTags
Inheritance Hierarchy
- UObject
- UEditableGameplayTagQueryExpression
- UEditableGameplayTagQueryExpression_AllExprMatch
References
Module | GameplayTags |
Header | /Engine/Source/Runtime/GameplayTags/Classes/GameplayTagContainer.h |
Include | #include "GameplayTagContainer.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew, CollapseCategories,
Meta=(DisplayName="All Expressions Match"))
class UEditableGameplayTagQueryExpression_AllExprMatch : public UEditableGameplayTagQueryExpression
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
TArray< TObjectPtr< UEditableGameplayTagQueryExpression > > | Expressions |
Overridden from UEditableGameplayTagQueryExpression
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | EmitTokens
(
TArray< uint8 >& TokenStream, |
Converts this editor query construct into the runtime-usable token stream. |