Navigation
API > API/Plugins > API/Plugins/ScriptableToolsEditorMode > API/Plugins/ScriptableToolsEditorMode/SScriptableToolGroupSetCombo
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ScriptableToolsEditorMode/Source/ScriptableToolsEditorMode/Public/UI/SScriptableToolGroupSetCombo.h |
| Include Path | #include "UI/SScriptableToolGroupSetCombo.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SScriptableToolGroupSetCombo >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SScriptableToolGroupSetCombo::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
UI/SScriptableToolGroupSetCombo.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | UI/SScriptableToolGroupSetCombo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnChanged
(
const FOnChanged& InDelegate |
UI/SScriptableToolGroupSetCombo.h | ||
WidgetArgsType & StructPropertyHandle
(
TSharedPtr< IPropertyHandle > InArg |
Used for writing changes to the group set being edited. | UI/SScriptableToolGroupSetCombo.h | |
WidgetArgsType & StructPtr
(
FScriptableToolGroupSet* InArg |
An alternate to the Property Handle, allowing use directly with a pointer to a tag set. | UI/SScriptableToolGroupSetCombo.h |