Sends requests to AssetBrowserComponent. More...
#include <AssetBrowserBus.h>
Inherits AZ::EBusTraits.
Public Member Functions | |
| virtual AssetBrowserModel * | GetAssetBrowserModel ()=0 |
| Request File Browser model. | |
| virtual bool | AreEntriesReady ()=0 |
| Returns true if entries were populated. | |
| virtual void | PickAssets (AssetSelectionModel &selection, QWidget *parent)=0 |
| virtual AzQtComponents::StyledBusyLabel * | GetStyledBusyLabel ()=0 |
Static Public Attributes | |
| static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
Sends requests to AssetBrowserComponent.
|
pure virtual |
Spawn asset picker window
| selection | Selection filter model for asset picker window |
| parent | Parent widget that previewer will be attached to |