Show / Hide Table of Contents

Namespace UE4.GameplayTags

Classes

BlueprintGameplayTagLibrary

Blueprint Gameplay Tag Library

EditableGameplayTagQuery

This is an editor-only representation of a query, designed to be editable with a typical property window.

EditableGameplayTagQueryExpression

Editable Gameplay Tag Query Expression

EditableGameplayTagQueryExpression_AllExprMatch

Editable Gameplay Tag Query Expression All Expr Match

EditableGameplayTagQueryExpression_AllTagsMatch

Editable Gameplay Tag Query Expression All Tags Match

EditableGameplayTagQueryExpression_AnyExprMatch

Editable Gameplay Tag Query Expression Any Expr Match

EditableGameplayTagQueryExpression_AnyTagsMatch

Editable Gameplay Tag Query Expression Any Tags Match

EditableGameplayTagQueryExpression_NoExprMatch

Editable Gameplay Tag Query Expression No Expr Match

EditableGameplayTagQueryExpression_NoTagsMatch

Editable Gameplay Tag Query Expression No Tags Match

GameplayTagAssetInterface

Gameplay Tag Asset Interface

GameplayTagsDeveloperSettings

Gameplay Tags Developer Settings

GameplayTagsList

Base class for storing a list of gameplay tags as an ini list. This is used for both the central list and additional lists

GameplayTagsManager

Holds data about the tag dictionary, is in a singleton UObject

GameplayTagsSettings

Class for importing GameplayTags directly from a config file.

RestrictedGameplayTagsList

Base class for storing a list of restricted gameplay tags as an ini list. This is used for both the central list and additional lists

Structs

GameplayTag

A single gameplay tag, which represents a hierarchical name of the form x.y that is registered in the GameplayTagsManager

GameplayTagCategoryRemap

Category remapping. This allows base engine tag category meta data to remap to multiple project-specific categories.

GameplayTagContainer

A Tag Container holds a collection of FGameplayTags, tags are included explicitly by adding them, and implicitly from adding child tags

GameplayTagCreationWidgetHelper

Helper struct: drop this in another struct to get an embedded create new tag widget.

GameplayTagNode

Simple tree node for gameplay tags, this stores metadata about specific tags

GameplayTagQuery

GameplayTagRedirect

A single redirect from a deleted tag to the new tag that should replace it

GameplayTagReferenceHelper

Helper struct for viewing tag references (assets that reference a tag).

GameplayTagSource

Struct defining where gameplay tags are loaded/saved from. Mostly for the editor

GameplayTagTableRow

Simple struct for a table row in the gameplay tag table and element in the ini list

RestrictedConfigInfo

Restricted Config Info

RestrictedGameplayTagTableRow

Simple struct for a table row in the restricted gameplay tag table and element in the ini list

Enums

EGameplayContainerMatchType

EGameplay Container Match Type

EGameplayTagMatchType

DEPRECATED ENUMS

EGameplayTagQueryExprType

Enumerates the list of supported query expression types.

EGameplayTagSelectionType

EGameplay Tag Selection Type

EGameplayTagSourceType

EGameplay Tag Source Type

Back to top Generated by DocFX