Choose your operating system:
Windows
macOS
Linux
| FSlateBaseNamedArgs
|
Module |
|
Header |
/Engine/Source/Editor/AssetTagsEditor/Public/SAssetTagItem.h |
Include |
#include "SAssetTagItem.h" |
struct FArguments : public TSlateBaseNamedArgs< SAssetTagItem >
Name | Description | |
---|---|---|
|
FArguments() |
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
BaseColor ( |
Binding to get the base color of this asset tag item |
|
WidgetArgsTy... |
CountText ( |
Binding to get the count text of this asset tag item (unset to omit the count UI) |
|
WidgetArgsTy... |
DisplayName ( |
Binding to get the display name of this asset tag item (must be set) |
|
WidgetArgsTy... |
HighlightText ( |
Binding to get the highlight text of the asset tag view |
|
WidgetArgsTy... |
IsCheckBoxEnabled ( |
Binding to check whether the check box of the asset tag item is enabled |
|
WidgetArgsTy... |
IsChecked ( |
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) |
|
WidgetArgsTy... |
IsNameReadOnly ( |
Binding to check whether the asset tag item name is read-only (disables the name edit UI) |
|
WidgetArgsTy... |
IsSelected ( |
Callback to check if the asset tag item is selected (should only be hooked up if a parent widget is handling selection or focus) |
|
WidgetArgsTy... |
OnBeginNameEdit ( |
Callback when the asset tag item name starts to be edited |
|
WidgetArgsTy... |
OnBuildToolTipInfo ( |
Callback used to build the tooltip info box for this asset tag item |
|
WidgetArgsTy... |
OnCheckStateChanged ( |
Callback when the checked state of the asset tag item check box is checked or unchecked (unset to always disable the check box) |
|
WidgetArgsTy... |
OnNameCommitted ( |
Callback when the asset tag item name is committed (unset to omit the name edit UI) |
|
WidgetArgsTy... |
OnVerifyName ( |
Called to validate the asset tag item name (called during changes and during commit) |
|
WidgetArgsTy... |
ViewMode ( |
Should this asset tag item use the standard or compact view? |
|
WidgetArgsTy... |
WarningText ( |
Binding to get the warning text of this asset tag item (unset to omit the warning UI) |
Name |
Description |
---|---|
WidgetArgsType |