This EBus is used to send notifications during the conversion of a prefab template to an in-memory spawnable. More...
#include <PrefabToInMemorySpawnableNotificationBus.h>
Inherits AZ::EBusTraits.
Public Member Functions | |
| virtual void | OnPreparingInMemorySpawnableFromPrefab (const AzFramework::Spawnable &spawnable, const AZStd::string &assetHint) |
Static Public Attributes | |
| static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Multiple |
| static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
This EBus is used to send notifications during the conversion of a prefab template to an in-memory spawnable.
|
inlinevirtual |
Notification to allow systems to access a spawnable before it's been modified, for example, by aliasing
| spawnable | the spawnable that is being prepared |
| assetHint | the spawnable asset name |