Open 3D Engine GraphModel 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.
GraphModelIntegration::IntegerDataInterface< T > Class Template Reference

Satisfies GraphCanvas API requirements for showing int property widgets in nodes. More...

#include <IntegerDataInterface.h>

Inherits GraphCanvas::NumericDataInterface.

Public Member Functions

 AZ_CLASS_ALLOCATOR (IntegerDataInterface, AZ::SystemAllocator)
 
 IntegerDataInterface (GraphModel::SlotPtr slot)
 
double GetNumber () const
 
void SetNumber (double value)
 
int GetDecimalPlaces () const
 
double GetMin () const
 
double GetMax () const
 

Detailed Description

template<typename T>
class GraphModelIntegration::IntegerDataInterface< T >

Satisfies GraphCanvas API requirements for showing int property widgets in nodes.


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