#include <AzCore/std/string/string.h>#include <AzCore/Component/ComponentBus.h>#include <AzCore/Component/ComponentApplicationBus.h>#include <AzCore/Component/Entity.h>Classes | |
| class | AZ::EntitySystemEvents | 
| class | AZ::EntityEvents | 
Namespaces | |
| namespace | AZ | 
| Reopen namespace to define DataPatch class.  | |
Typedefs | |
| typedef AZ::EBus< EntitySystemEvents > | AZ::EntitySystemBus | 
| using | AZ::EntityBus = AZ::EBus< EntityEvents > | 
Functions | |
| AZ_DECLARE_EBUS_MULTI_ADDRESS (AZCORE_API, AZ::EntityEvents) | |
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.