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