Menu
Lumberyard
C++ API Reference (Version 1.10)

EntityBus.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 for buses that dispatch notification events concerning the AZ::Entity class. More...

Classes

class AZ::EntitySystemEvents
Interface for the AZ::EntitySystemBus , which is the EBus that dispatches notification events about every entity in the system. More...
class AZ::EntityEvents
Interface for the AZ::EntityBus , which is the EBus for notification events dispatched by a specific entity. More...

Namespaces

AZ

Typedefs

typedef AZ::EBus < EntitySystemEvents > AZ::EntitySystemBus
The EBus for systemwide entity notification events. More...
typedef AZ::EBus < EntityEvents > AZ::EntityBus
The EBus for notification events dispatched by a specific entity. More...

Detailed Description

Header file for buses that dispatch notification events concerning the AZ::Entity class.

Buses enable entities and components to communicate with each other and with external systems.