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::AssetBrowserViewRequests Class Referenceabstract

Sends requests to the Asset Browser view. More...

#include <AssetBrowserBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void SelectProduct (AZ::Data::AssetId assetID)=0
 
virtual void SelectFileAtPath (const AZStd::string &assetPath)=0
 
virtual void ClearFilter ()=0
 
virtual void Update ()=0
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 

Detailed Description

Sends requests to the Asset Browser view.

Member Function Documentation

◆ SelectFileAtPath()

virtual void AzToolsFramework::AssetBrowser::AssetBrowserViewRequests::SelectFileAtPath ( const AZStd::string &  assetPath)
pure virtual

Requests the Asset Browser's view to select the given asset.

Parameters
assetPathThe path (absolute or relative) of the asset to select.

◆ SelectProduct()

virtual void AzToolsFramework::AssetBrowser::AssetBrowserViewRequests::SelectProduct ( AZ::Data::AssetId  assetID)
pure virtual

Requests the Asset Browser's view to select the given asset.

Parameters
assetIDThe asset to select.

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