Public Member Functions | |
| AZ_TYPE_INFO (FloatRange, "{7E6319B6-1409-4865-8AD1-6F68272A94E9}") | |
| bool | IsValid () const |
| bool | operator== (const FloatRange &other) const |
| bool | operator!= (const FloatRange &other) const |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
| static FloatRange | CreateNull () |
Public Attributes | |
| float | m_min = 0.0f |
| float | m_max = 0.0f |