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

#include <EditorLockComponentBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual void OnEntityLockFlagChanged (bool)
 
virtual void OnEntityLockChanged (bool)
 

Detailed Description

Notifications about whether an Entity is locked in the Editor. See EditorLockRequests.

Member Function Documentation

◆ OnEntityLockChanged()

virtual void AzToolsFramework::EditorEntityLockComponentNotifications::OnEntityLockChanged ( bool  )
inlinevirtual

The entity's current lock has changed (in terms of viewport interaction). Note: The event may be caused by a layer lock changing or an individually entity lock changing.

◆ OnEntityLockFlagChanged()

virtual void AzToolsFramework::EditorEntityLockComponentNotifications::OnEntityLockFlagChanged ( bool  )
inlinevirtual

The entity's current internal lock state/flag has changed. ATTN: Only EditorEntityModelEntry listens to this notification.


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