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

#include <EditorEntityInfoBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnEntityInfoResetBegin ()
 
virtual void OnEntityInfoResetEnd ()
 
virtual void OnEntityInfoUpdatedAddChildBegin (AZ::EntityId, AZ::EntityId)
 
virtual void OnEntityInfoUpdatedAddChildEnd (AZ::EntityId, AZ::EntityId)
 
virtual void OnEntityInfoUpdatedRemoveChildBegin (AZ::EntityId, AZ::EntityId)
 
virtual void OnEntityInfoUpdatedRemoveChildEnd (AZ::EntityId, AZ::EntityId)
 
virtual void OnEntityInfoUpdatedOrderBegin (AZ::EntityId, AZ::EntityId, AZ::u64)
 
virtual void OnEntityInfoUpdatedOrderEnd (AZ::EntityId, AZ::EntityId, AZ::u64)
 
virtual void OnEntityInfoUpdatedSelection (AZ::EntityId, bool)
 
virtual void OnEntityInfoUpdatedLocked (AZ::EntityId, bool)
 
virtual void OnEntityInfoUpdatedVisibility (AZ::EntityId, bool)
 
virtual void OnEntityInfoUpdatedName (AZ::EntityId, const AZStd::string &)
 
virtual void OnEntityInfoUpdatedUnsavedChanges (AZ::EntityId)
 
virtual void OnEntityInfoUpdateSliceOwnership (AZ::EntityId)
 

Detailed Description

This bus will be used to notify handlers about changes that occur that will change the result of InfoRequest calls. These will generally line up one to one with the above InfoRequest calls. Calling the appropriate info bus method during or after the notification event will return the new result.


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