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

Provides a bus to notify when EntityPropertyEditor is interacted with. More...

#include <EntityPropertyEditorNotificationBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnComponentSelectionChanged (EntityPropertyEditor *entityPropertyEditor, const AZStd::unordered_set< AZ::EntityComponentIdPair > &selectedEntityComponentIds)
 Notifies whenever component selection changes on an EntityPropertyEditor.
 

Static Public Attributes

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

Detailed Description

Provides a bus to notify when EntityPropertyEditor is interacted with.


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