Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::AssetBrowser::AssetBrowserComponentRequests Class Referenceabstract

Sends requests to AssetBrowserComponent. More...

#include <AssetBrowserBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual AssetBrowserModelGetAssetBrowserModel ()=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
 

Detailed Description

Sends requests to AssetBrowserComponent.

Member Function Documentation

◆ PickAssets()

virtual void AzToolsFramework::AssetBrowser::AssetBrowserComponentRequests::PickAssets ( AssetSelectionModel selection,
QWidget *  parent 
)
pure virtual

Spawn asset picker window

Parameters
selectionSelection filter model for asset picker window
parentParent widget that previewer will be attached to

The documentation for this class was generated from the following file: