#include <AssetCatalogBus.h>
Inherits AZ::EBusTraits.
Public Types | |
| using | EventQueueMutexType = AZStd::mutex |
| using | BusIdType = AZ::u32 |
Public Member Functions | |
| virtual void | OnFileChanged (AZStd::string) |
| Notifies listeners that a file changed. | |
| virtual void | OnFileRemoved (AZStd::string) |
Event bus for legacy file-based asset changes. New code should use the AssetCatalogEventBus.