Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::Prefab::PrefabToInMemorySpawnableNotifications Class Reference

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
 

Detailed Description

This EBus is used to send notifications during the conversion of a prefab template to an in-memory spawnable.

Member Function Documentation

◆ OnPreparingInMemorySpawnableFromPrefab()

virtual void AzToolsFramework::Prefab::PrefabToInMemorySpawnableNotifications::OnPreparingInMemorySpawnableFromPrefab ( const AzFramework::Spawnable &  spawnable,
const AZStd::string &  assetHint 
)
inlinevirtual

Notification to allow systems to access a spawnable before it's been modified, for example, by aliasing

Parameters
spawnablethe spawnable that is being prepared
assetHintthe spawnable asset name

The documentation for this class was generated from the following file: