Open 3D Engine ScriptCanvas Gem 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.
ScriptCanvasEditor::ScriptCanvasPropertyDataInterface< InterfaceType, DataType > Class Template Reference

Inherits ScriptCanvas::NodePropertyInterfaceListener, and InterfaceType.

Inherited by ScriptCanvasEditor::ScriptCanvasComboBoxPropertyDataInterface< int >.

Public Member Functions

const ScriptCanvas::ScriptCanvasId GetScriptCanvasId () const
 
const GraphCanvas::GraphId GetGraphCanvasGraphId () const
 
const AZ::EntityId & GetNodeId () const
 
ScriptCanvas::TypedNodePropertyInterface< DataType > * GetNodePropertyInterface ()
 
void OnPropertyChanged () override
 
void PushUndoBlock ()
 
void PopUndoBlock ()
 
void PostUndoPoint ()
 
void SetValue (const DataType &valueType)
 
const DataType & GetValue () const
 
virtual void OnPropertyChanged ()
 

Protected Member Functions

 ScriptCanvasPropertyDataInterface (const AZ::EntityId &nodeId, ScriptCanvas::TypedNodePropertyInterface< DataType > *nodePropertyInterface)
 

Member Function Documentation

◆ OnPropertyChanged()

template<class InterfaceType , typename DataType >
void ScriptCanvasEditor::ScriptCanvasPropertyDataInterface< InterfaceType, DataType >::OnPropertyChanged ( )
inlineoverridevirtual

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