Navigation
API > API/Plugins > API/Plugins/ScriptableToolsEditorMode
Widget allowing user to edit the group tags in a given group set.
| Name | SScriptableToolGroupSetPicker |
| Type | class |
| Header File | /Engine/Plugins/Editor/ScriptableToolsEditorMode/Source/ScriptableToolsEditorMode/Public/UI/SScriptableToolGroupSetPicker.h |
| Include Path | #include "UI/SScriptableToolGroupSetPicker.h" |
Syntax
class SScriptableToolGroupSetPicker : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SScriptableToolGroupSetPicker
- FSlateControlledConstruction → SWidget → SCompoundWidget → SScriptableToolGroupSetPicker
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnChanged | TBaseDelegate_NoParams< void > | UI/SScriptableToolGroupSetPicker.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllGroupTags | TArray< UClass * > | The set of group tags which can be displayed. | UI/SScriptableToolGroupSetPicker.h | |
| CheckedTags | TMap< UClass *, bool > | UI/SScriptableToolGroupSetPicker.h | ||
| GroupSearchBox | TSharedPtr< SSearchBox > | UI/SScriptableToolGroupSetPicker.h | ||
| HelperGroupSet | TStrongObjectPtr< UEditableScriptableToolGroupSet > | A helper class which is used for propagating changes to the source group set. | UI/SScriptableToolGroupSetPicker.h | |
| OnChanged | FOnChanged | UI/SScriptableToolGroupSetPicker.h | ||
| SearchString | FString | UI/SScriptableToolGroupSetPicker.h | ||
| StructPropertyHandle | TSharedPtr< IPropertyHandle > | Property handle to an FScriptableToolGroupSet, used for accessing the source group set. | UI/SScriptableToolGroupSetPicker.h | |
| StructPtr | FScriptableToolGroupSet * | A direct pointer to a Group Set, an alternate pathway to the PropertyHandle | UI/SScriptableToolGroupSetPicker.h | |
| VisibleGroupTags | TArray< UClass * > | The set of group tags to display, based on our current search text. | UI/SScriptableToolGroupSetPicker.h | |
| VisibleGroupTagsListView | TSharedPtr< SListView< UClass * > > | UI/SScriptableToolGroupSetPicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct the actual widget | UI/SScriptableToolGroupSetPicker.h | |
void ForceUpdate() |
Used to update internal state based on underlying data by external clients | UI/SScriptableToolGroupSetPicker.h |