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::AssetBrowserFileActionNotifications Class Reference

Used for sending and/or recieving notifications regarding source file manipulation through the Asset Browser. More...

#include <AssetBrowserBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnSourceFilePathNameChanged (const AZStd::string_view fromPathName, const AZStd::string_view toPathName)
 Notifies when a source file has been moved or renamed.
 
virtual void OnSourceFolderPathNameChanged (const AZStd::string_view fromPathName, const AZStd::string_view toPathName)
 Notifies when a source folder has been moved or renamed.
 

Detailed Description

Used for sending and/or recieving notifications regarding source file manipulation through the Asset Browser.


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