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

#include <GameplayTagsManager.h>

Public Member Functions

 FGameplayTagSource ()
 
 FGameplayTagSource (FName InSourceName, EGameplayTagSourceType InSourceType, UGameplayTagsList *InSourceTagList=nullptr, URestrictedGameplayTagsList *InSourceRestrictedTagList=nullptr)
 
GAMEPLAYTAGS_API FString GetConfigFileName () const
 

Static Public Member Functions

static GAMEPLAYTAGS_API FName GetNativeName ()
 
static GAMEPLAYTAGS_API FName GetDefaultName ()
 

Public Attributes

FName SourceName
 
EGameplayTagSourceType SourceType
 
TObjectPtr< class UGameplayTagsListSourceTagList
 
TObjectPtr< class URestrictedGameplayTagsListSourceRestrictedTagList
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FGameplayTagSource() [1/2]

FGameplayTagSource::FGameplayTagSource ( )
inline

◆ FGameplayTagSource() [2/2]

FGameplayTagSource::FGameplayTagSource ( FName  InSourceName,
EGameplayTagSourceType  InSourceType,
UGameplayTagsList InSourceTagList = nullptr,
URestrictedGameplayTagsList InSourceRestrictedTagList = nullptr 
)
inline

Member Function Documentation

◆ GetConfigFileName()

FString FGameplayTagSource::GetConfigFileName ( ) const

Returns the config file that created this source, if valid

◆ GetDefaultName()

FName FGameplayTagSource::GetDefaultName ( )
static

◆ GetNativeName()

FName FGameplayTagSource::GetNativeName ( )
static

Member Data Documentation

◆ SourceName

FName FGameplayTagSource::SourceName

Name of this source

◆ SourceRestrictedTagList

TObjectPtr<class URestrictedGameplayTagsList> FGameplayTagSource::SourceRestrictedTagList

If this has restricted tags and is bound to an ini object for saving, this is the one

◆ SourceTagList

TObjectPtr<class UGameplayTagsList> FGameplayTagSource::SourceTagList

If this is bound to an ini object for saving, this is the one

◆ SourceType

EGameplayTagSourceType FGameplayTagSource::SourceType

Type of this source


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