IGameplayTagsEditorModule::MakeGameplayTagWidget

Creates a simple version of a gameplay tag widget that has a default value and will call a custom callback

Windows
MacOS
Linux

References

Module

GameplayTagsEditor

Header

/Engine/Plugins/Editor/GameplayTagsEditor/Source/GameplayTagsEditor/Public/GameplayTagsEditorModule.h

Include

#include "GameplayTagsEditorModule.h"

Syntax

TSharedRef< SWidget > MakeGameplayTagWidget
(
    FOnSetGameplayTag OnSetTag,
    TSharedPtr< FGameplayTag > GameplayTag,
    const FString & FilterString
)

Remarks

Creates a simple version of a gameplay tag widget that has a default value and will call a custom callback

Parameters

Parameter

Description

OnSetTag

Delegate called when tag is changed

GameplayTagValue

Shared ptr to tag value that will be used as default and modified

FilterString

Optional filter string, same format as Categories metadata on tag properties

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