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::IndividualPropertyHandlerEditNotifications Class Referenceabstract

#include <PropertyEditorAPI_Internals.h>

Inherits AZ::EBusTraits.

Public Types

using Bus = AZ::EBus< IndividualPropertyHandlerEditNotifications >
 
using BusIdType = QWidget *
 

Public Member Functions

virtual void OnValueChanged (AZ::DocumentPropertyEditor::Nodes::ValueChangeType changeType)=0
 
virtual void OnRequestPropertyNotify ()=0
 

Static Public Attributes

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

Detailed Description

Notification bus for edit events from individual RPE widgets. Used exclusively by RpePropertyHandlerWrapper.


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