UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGameplayTagTableRow Struct Reference

#include <GameplayTagsManager.h>

+ Inheritance diagram for FGameplayTagTableRow:

Public Member Functions

 FGameplayTagTableRow ()
 
 FGameplayTagTableRow (FName InTag, const FString &InDevComment=TEXT(""))
 
GAMEPLAYTAGS_API FGameplayTagTableRow (FGameplayTagTableRow const &Other)
 
GAMEPLAYTAGS_API FGameplayTagTableRowoperator= (FGameplayTagTableRow const &Other)
 
GAMEPLAYTAGS_API bool operator== (FGameplayTagTableRow const &Other) const
 
GAMEPLAYTAGS_API bool operator!= (FGameplayTagTableRow const &Other) const
 
GAMEPLAYTAGS_API bool operator< (FGameplayTagTableRow const &Other) const
 
- Public Member Functions inherited from FTableRowBase
 FTableRowBase ()
 
virtual ~FTableRowBase ()
 
virtual void OnPostDataImport (const UDataTable *InDataTable, const FName InRowName, TArray< FString > &OutCollectedImportProblems)
 
virtual void OnDataTableChanged (const UDataTable *InDataTable, const FName InRowName)
 

Public Attributes

FName Tag
 
FString DevComment
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FGameplayTagTableRow() [1/3]

FGameplayTagTableRow::FGameplayTagTableRow ( )
inline

Constructors

◆ FGameplayTagTableRow() [2/3]

FGameplayTagTableRow::FGameplayTagTableRow ( FName  InTag,
const FString &  InDevComment = TEXT("") 
)
inline

◆ FGameplayTagTableRow() [3/3]

FGameplayTagTableRow::FGameplayTagTableRow ( FGameplayTagTableRow const &  Other)

Member Function Documentation

◆ operator!=()

bool FGameplayTagTableRow::operator!= ( FGameplayTagTableRow const &  Other) const

◆ operator<()

bool FGameplayTagTableRow::operator< ( FGameplayTagTableRow const &  Other) const

◆ operator=()

FGameplayTagTableRow & FGameplayTagTableRow::operator= ( FGameplayTagTableRow const &  Other)

Assignment/Equality operators

◆ operator==()

bool FGameplayTagTableRow::operator== ( FGameplayTagTableRow const &  Other) const

Member Data Documentation

◆ DevComment

FString FGameplayTagTableRow::DevComment

Developer comment clarifying the usage of a particular tag, not user facing

◆ Tag

FName FGameplayTagTableRow::Tag

Tag specified in the table


The documentation for this struct was generated from the following files: