Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI > API/Plugins/ModelingEditorUI/ModelingWidgets > API/Plugins/ModelingEditorUI/ModelingWidgets/SToolInputAssetComboPanel
References
| Module | ModelingEditorUI |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/SToolInputAssetComboPanel.h |
| Include | #include "ModelingWidgets/SToolInputAssetComboPanel.h" |
Syntax
class IRecentAssetsProvider
Remarks
IRecentAssetsProvider allows the Client to specify a set of "recently-used" Assets which the SToolInputAssetComboPanel will try to update as the selected Asset changes
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FAssetData > | SToolInputAssetComboPanel calls this to get the recent-assets list each time the flyout is opened. | ||
| void | NotifyNewAsset
(
const FAssetData& NewAsset |
SToolInputAssetComboPanel calls this whenever the selected asset changes. |