FRestrictedGameplayTagTableRow

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

Windows
MacOS
Linux

Inheritance Hierarchy

FTableRowBase

FGameplayTagTableRow

FRestrictedGameplayTagTableRow

References

Module

GameplayTags

Header

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

Include

#include "GameplayTagsManager.h"

Syntax

struct FRestrictedGameplayTagTableRow : public FGameplayTagTableRow

Remarks

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

Variables

Name Description

Public variable

bool

 

bAllowNonRestrictedChildren

Tag specified in the table

Constructors

Name Description

Public function

FRestrictedGameplayTagTableRow()

Constructors

Public function

FRestrictedGameplayTagTableRow

(
    FRestrictedGameplayTagTableRow cons...
)

Public function

FRestrictedGameplayTagTableRow

(
    FName InTag,
    const FString& InDevComment,
    bool InAllowNonRestrictedChildren
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    FRestrictedGameplayTagTableRow cons...
)

Public function

FRestrictedG...

 

operator=

(
    FRestrictedGameplayTagTableRow cons...
)

Assignment/Equality operators

Public function Const

bool

 

operator==

(
    FRestrictedGameplayTagTableRow cons...
)

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