Satisfies GraphCanvas API requirements for showing float property widgets in nodes. More...
#include <FloatDataInterface.h>
Inherits GraphCanvas::NumericDataInterface.
Public Member Functions | |
AZ_CLASS_ALLOCATOR (FloatDataInterface, AZ::SystemAllocator) | |
FloatDataInterface (GraphModel::SlotPtr slot) | |
double | GetNumber () const override |
void | SetNumber (double value) override |
double | GetMin () const override |
double | GetMax () const override |
Satisfies GraphCanvas API requirements for showing float property widgets in nodes.