URestrictedGameplayTagsList

Base class for storing a list of restricted gameplay tags as an ini list.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

URestrictedGameplayTagsList

References

Module

GameplayTags

Header

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

Include

#include "GameplayTagsSettings.h"

Syntax

class URestrictedGameplayTagsList : public UObject

Remarks

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

Variables

Name Description

Public variable

FString

 

ConfigFileName

Relative path to the ini file that is backing this list

Public variable

TArray< FRestri...

 

RestrictedGameplayTagList

List of restricted tags saved to this file

Constructors

Name Description

Public function

URestrictedGameplayTagsList

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

SortTags()

Sorts tags alphabetically

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