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::ReadOnlyEntityPublicNotifications Class Reference

Used to notify changes of state for read-only entities. More...

#include <ReadOnlyEntityBus.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AzFramework::EntityContextId
 

Public Member Functions

virtual void OnReadOnlyEntityStatusChanged (const AZ::EntityId &entityId, bool readOnly)
 

Static Public Attributes

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

Detailed Description

Used to notify changes of state for read-only entities.

Member Function Documentation

◆ OnReadOnlyEntityStatusChanged()

virtual void AzToolsFramework::ReadOnlyEntityPublicNotifications::OnReadOnlyEntityStatusChanged ( const AZ::EntityId &  entityId,
bool  readOnly 
)
inlinevirtual

Triggered when an entity's read-only status changes.

Parameters
entityIdThe entity whose status has changed.
readOnlyThe read-only state the container was changed to.

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