Navigation
API > API/Plugins > API/Plugins/ScriptableToolsEditorMode > API/Plugins/ScriptableToolsEditorMode/SScriptableToolGroupTagChip
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ScriptableToolsEditorMode/Source/ScriptableToolsEditorMode/Public/UI/SScriptableToolGroupTagChip.h |
| Include Path | #include "UI/SScriptableToolGroupTagChip.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SScriptableToolGroupTagChip >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SScriptableToolGroupTagChip::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
UI/SScriptableToolGroupTagChip.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | UI/SScriptableToolGroupTagChip.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnClearPressed
(
const FOnClearPressed& InDelegate |
Callback for when clear tag button is pressed. | UI/SScriptableToolGroupTagChip.h | |
WidgetArgsType & TagClass
(
UClass* InArg |
The group subclass associated with this chip. | UI/SScriptableToolGroupTagChip.h | |
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
Text to display. | UI/SScriptableToolGroupTagChip.h | |
WidgetArgsType & ToolTipText
(
const TAttribute< FText >& InAttribute |
Tooltip to display. | UI/SScriptableToolGroupTagChip.h |