FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SModeWidget::FArguments

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/WorkflowOrientedApp/SModeWidget.h

Include

#include "WorkflowOrientedApp/SModeWidget.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SModeWidget >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

CanBeSelected

(
    const TAttribute< bool >& InAttrib...
)

Can this mode ever be selected?

Public function

WidgetArgsTy...

 

DirtyMarkerBrush

(
    const TAttribute< const FSlateBrush...
)

Public function

WidgetArgsTy...

 

IconImage

(
    const TAttribute< const FSlateBrush...
)

The large image for the icon.

Public function

WidgetArgsTy...

 

OnGetActiveMode

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

The currently active mode, used to determine which mode is highlighted.

Public function

WidgetArgsTy...

 

OnSetActiveMode

(
    const FOnModeChangeRequested& InDe...
)

The delegate that will be called when this widget wants to change the active mode.

Public function

NamedSlotPro...

 

ShortContents()

Slot for the always displayed contents.

Public function

WidgetArgsTy...

 

SmallIconImage

(
    const TAttribute< const FSlateBrush...
)

The small image for the icon.

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