Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI > API/Plugins/ModelingEditorUI/ModelingWidgets > API/Plugins/ModelingEditorUI/ModelingWidgets/SToolInputAssetComboPanel
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SToolInputAssetComboPanel::FArguments
References
| Module | ModelingEditorUI |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/SToolInputAssetComboPanel.h |
| Include | #include "ModelingWidgets/SToolInputAssetComboPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SToolInputAssetComboPanel >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AssetClassType
(
UClass* InArg |
UClass of Asset to pick. | |
| WidgetArgsType & | AssetThumbnailLabel
(
EThumbnailLabel::Type InArg |
Sets the type of label used for the asset picker tiles | |
| WidgetArgsType & | bForceShowEngineContent
(
bool InArg |
Indicates if engine content should always be shown | |
| WidgetArgsType & | bForceShowPluginContent
(
bool InArg |
Indicates if plugin content should always be shown | |
| WidgetArgsType & | CollectionSets
(
TArray< FNamedCollectionList > InArg |
(Optional) set of collection-lists, if provided, button bar will be shown with each CollectionSet as an option | |
| WidgetArgsType & | ComboButtonTileSize
(
FVector2D InArg |
The size of the combo button icon tile | |
| WidgetArgsType & | FlyoutSize
(
FVector2D InArg |
Size of the Flyout Panel | |
| WidgetArgsType & | FlyoutTileSize
(
FVector2D InArg |
The size of the icon tiles in the flyout | |
| WidgetArgsType & | InitiallySelectedAsset
(
FAssetData InArg |
Sets the asset selected by the widget before any user made selection occurs. | |
| WidgetArgsType & | OnSelectionChanged
(
const FOnSelectedAssetChanged& InDelegate |
This delegate is executed each time the Selected Asset is modified | |
| WidgetArgsType & | Property
(
TSharedPtr< IPropertyHandle > InArg |
Target PropertyHandle, selected value will be written here (Note: not required, selected | |
| WidgetArgsType & | RecentAssetsProvider
(
TSharedPtr< IRecentAssetsProvider > InArg |
(Optional) external provider/tracker of Recently-Used Assets. | |
| WidgetArgsType & | ToolTipText
(
FText InArg |
Tooltip for the ComboButton. If Property is defined, this will be ignored. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |