Open 3D Engine AzFramework 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.
AzFramework::LegacyAssetEvents Class Reference

#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)
 

Static Public Attributes

static const bool EnableEventQueue = true
 
static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

Detailed Description

Event bus for legacy file-based asset changes. New code should use the AssetCatalogEventBus.


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