#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 |
typedef AZ::EBus< EntityEvents > | AZ::EntityBus |
Functions | |
DECLARE_EBUS_EXTERN (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.