Open 3D Engine AzFramework 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.
AzFramework::EntityOwnershipServiceNotifications Class Reference

Inherits AZ::EBusTraits.

Public Types

using BusIdType = EntityContextId
 

Public Member Functions

virtual void PrepareForEntityOwnershipServiceReset ()
 
virtual void OnEntityOwnershipServiceReset ()
 
virtual void OnEntitiesReloadedFromStream (const EntityList &entities)
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

Member Function Documentation

◆ OnEntitiesReloadedFromStream()

virtual void AzFramework::EntityOwnershipServiceNotifications::OnEntitiesReloadedFromStream ( const EntityList &  entities)
inlinevirtual

Signals that entities from a given stream have been reloaded.

Parameters
entitiesA reference to a list of entities that are reloaded from the given stream.

◆ OnEntityOwnershipServiceReset()

virtual void AzFramework::EntityOwnershipServiceNotifications::OnEntityOwnershipServiceReset ( )
inlinevirtual

Sends a notification indicating that the Entity Ownership Service has been reset.

◆ PrepareForEntityOwnershipServiceReset()

virtual void AzFramework::EntityOwnershipServiceNotifications::PrepareForEntityOwnershipServiceReset ( )
inlinevirtual

Sends a notification before resetting the Entity Ownership Service.


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