Menu
Lumberyard
C++ API Reference (Version 1.10)

ComponentApplicationBus.h File Reference

Open 3D Engine (O3DE), the successor to Lumberyard, is now available in Developer Preview. Download O3DE or visit the AWS Game Tech blog to learn more.

Header file that defines event buses for the component application interface. More...

Classes

class AZ::ComponentApplicationEvents
Interface for AZ::ComponentApplicationEventBus , which is the EBus that dispatches component application events. More...
class AZ::ComponentApplicationRequests
Interface for AZ::ComponentApplicationBus , which components use to make requests of the main application. More...

Namespaces

AZ
AZ::Debug

Typedefs

typedef AZ::EBus < ComponentApplicationEvents > AZ::ComponentApplicationEventBus
The EBus for component application events. More...
typedef AZ::EBus < ComponentApplicationRequests > AZ::ComponentApplicationBus
The EBus that components use to make requests of the main application. More...

Detailed Description

Header file that defines event buses for the component application interface.