FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

TSlateBaseNamedArgs

SObjectBindingTag::FArguments

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/SObjectBindingTag.h

Include

#include "SObjectBindingTag.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SObjectBindingTag >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

ColorTint

(
    const TAttribute< FSlateColor >& I...
)

Color tint for the whole widget

Public function

WidgetArgsTy...

 

OnClicked

(
    const FSimpleDelegate& InDelegate
)

(Optional) When bound, the whole tag will be clickable, and invoke this delegate when clicked

Public function

WidgetArgsTy...

 

OnCreateNew

(
    const FOnCreateNew& InDelegate
)

(Optional) When bound, the text portion of the tag will be a text input allowing the user to create a new named tag

Public function

WidgetArgsTy...

 

OnDeleted

(
    const FSimpleDelegate& InDelegate
)

(Optional) When bound, shows a small delete button on the tag that invokes this delegate when clicked

Public function

WidgetArgsTy...

 

Text

(
    const TAttribute< FText >& InAttri...
)

Text to display on the tag (when OnCreateNew is not specified)

Public function

WidgetArgsTy...

 

ToolTipText

(
    const TAttribute< FText >& InAttri...
)

Tool tip text for this whole widget

Typedefs

Name

Description

WidgetArgsType

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