IGameplayTagsEditorModule::MakeGameplayTagContainerWidget

Creates a simple version of a tag container 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 > MakeGameplayTagContainerWidget
(
    FOnSetGameplayTagContainer OnSetTag,
    TSharedPtr< FGameplayTagContainer > GameplayTagContainer,
    const FString & FilterString
)

Remarks

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

Parameters

Parameter

Description

OnSetTag

Delegate called when container is changed

GameplayTagValue

Shared ptr to tag container 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