FEditableGameplayTagContainerDatum

Simple struct holding a tag container and its owner for generic re-use of the widget

Windows
MacOS
Linux

References

Module

GameplayTagsEditor

Header

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

Include

#include "SGameplayTagWidget.h"

Syntax

struct FEditableGameplayTagContainerDatum

Remarks

Simple struct holding a tag container and its owner for generic re-use of the widget

Variables

Name Description

Public variable

FGameplayTagCon...

 

TagContainer

Tag container to edit

Public variable

TWeakObjectPtr<...

 

TagContainerOwner

Owning UObject of the container being edited

Constructors

Name Description

Public function

FEditableGameplayTagContainerDatum

(
    UObject* InOwnerObj,
    FGameplayTagContainer* InTagCo...
)

Constructor

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