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

#include <PropertyEditorAPI.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnComponentPropertyChanged (AZ::Uuid)
 

Detailed Description

Event bus for notifying property changes on a specific component.

Member Function Documentation

◆ OnComponentPropertyChanged()

virtual void AzToolsFramework::PropertyEditorChangeNotifications::OnComponentPropertyChanged ( AZ::Uuid  )
inlinevirtual

Fired when property data is changed on a component. The event is only fired once per component change, even with a multiple selection.

Parameters
componentType- The type of component which was modified.

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