FGameplayTagTableRow

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

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GameplayTags

Header

/Engine/Source/Runtime/GameplayTags/Classes/GameplayTagsManager.h

Include

#include "GameplayTagsManager.h"

Syntax

struct FGameplayTagTableRow : public FTableRowBase

Remarks

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

Variables

Name Description

Public variable

FString

 

DevComment

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

Public variable

FName

 

Tag

Tag specified in the table

Constructors

Name Description

Public function

FGameplayTagTableRow()

Constructors

Public function

FGameplayTagTableRow

(
    FGameplayTagTableRow const& Other
)

Public function

FGameplayTagTableRow

(
    FName InTag,
    const FString& InDevComment
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FGameplayTagTableRow const& Other
)

Public function Const

bool

 

operator<

(
    FGameplayTagTableRow const& Other
)

Public function

FGameplayTag...

 

operator=

(
    FGameplayTagTableRow const& Other
)

Assignment/Equality operators

Public function Const

bool

 

operator==

(
    FGameplayTagTableRow const& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss