FArguments

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SAssetTagItem::FArguments

References

Module

AssetTagsEditor

Header

/Engine/Source/Editor/AssetTagsEditor/Public/SAssetTagItem.h

Include

#include "SAssetTagItem.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SAssetTagItem >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

BaseColor

(
    const TAttribute< FLinearColor >& ...
)

Binding to get the base color of this asset tag item

Public function

WidgetArgsTy...

 

CountText

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

Binding to get the count text of this asset tag item (unset to omit the count UI)

Public function

WidgetArgsTy...

 

DisplayName

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

Binding to get the display name of this asset tag item (must be set)

Public function

WidgetArgsTy...

 

HighlightText

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

Binding to get the highlight text of the asset tag view

Public function

WidgetArgsTy...

 

IsCheckBoxEnabled

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

Binding to check whether the check box of the asset tag item is enabled

Public function

WidgetArgsTy...

 

IsChecked

(
    const TAttribute< ECheckBoxState > ...
)

Binding to check whether the check box of the asset tag item is currently in a checked state (unset to always disable the check box)

Public function

WidgetArgsTy...

 

IsNameReadOnly

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

Binding to check whether the asset tag item name is read-only (disables the name edit UI)

Public function

WidgetArgsTy...

 

IsSelected

(
    const FIsSelected& InDelegate
)

Callback to check if the asset tag item is selected (should only be hooked up if a parent widget is handling selection or focus)

Public function

WidgetArgsTy...

 

OnBeginNameEdit

(
    const FOnBeginTextEdit& InDelegate
)

Callback when the asset tag item name starts to be edited

Public function

WidgetArgsTy...

 

OnBuildToolTipInfo

(
    const FOnBuildAssetTagItemToolTipIn...
)

Callback used to build the tooltip info box for this asset tag item

Public function

WidgetArgsTy...

 

OnCheckStateChanged

(
    const FOnCheckStateChanged& InDele...
)

Callback when the checked state of the asset tag item check box is checked or unchecked (unset to always disable the check box)

Public function

WidgetArgsTy...

 

OnNameCommitted

(
    const FOnTextCommitted& InDelegate
)

Callback when the asset tag item name is committed (unset to omit the name edit UI)

Public function

WidgetArgsTy...

 

OnVerifyName

(
    const FOnVerifyTextChanged& InDele...
)

Called to validate the asset tag item name (called during changes and during commit)

Public function

WidgetArgsTy...

 

ViewMode

(
    EAssetTagItemViewMode InArg
)

Should this asset tag item use the standard or compact view?

Public function

WidgetArgsTy...

 

WarningText

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

Binding to get the warning text of this asset tag item (unset to omit the warning UI)

Typedefs

Name

Description

WidgetArgsType