Open 3D Engine AzFramework 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.
AZ::DocumentPropertyEditor::Nodes::Slider< T > Struct Template Reference

Inherits AZ::DocumentPropertyEditor::Nodes::NumericEditor< T >.

Static Public Attributes

static constexpr AZStd::string_view Name = "Slider"
 
- Static Public Attributes inherited from AZ::DocumentPropertyEditor::Nodes::NumericEditor< T >
static const AZStd::string_view Name = AzTypeInfo<NumericEditor>::Name()
 
static constexpr auto Min = AttributeDefinition<StorageType>("Min")
 
static constexpr auto Max = AttributeDefinition<StorageType>("Max")
 
static constexpr auto Step = AttributeDefinition<StorageType>("Step")
 
static constexpr auto Suffix = AttributeDefinition<AZStd::string_view>("Suffix")
 
static constexpr auto SoftMin = AttributeDefinition<StorageType>("SoftMin")
 
static constexpr auto SoftMax = AttributeDefinition<StorageType>("SoftMax")
 
static constexpr auto Decimals = AttributeDefinition<int>("Decimals")
 
static constexpr auto DisplayDecimals = AttributeDefinition<int>("DisplayDecimals")
 
- Static Public Attributes inherited from AZ::DocumentPropertyEditor::NodeDefinition
static constexpr AZStd::string_view Name = "<undefined node name>"
 

Additional Inherited Members

- Public Types inherited from AZ::DocumentPropertyEditor::Nodes::NumericEditor< T >
using StorageType = AZStd::conditional_t< AZStd::is_same_v< T, Dom::Value >, Dom::Value, AZStd::conditional_t< AZStd::is_floating_point_v< T >, double, AZStd::conditional_t< AZStd::is_signed_v< T >, AZ::s64, AZ::u64 > > >
 
- Static Public Member Functions inherited from AZ::DocumentPropertyEditor::NodeDefinition
static bool CanAddToParentNode (const Dom::Value &parentNode)
 
static bool CanBeParentToValue (const Dom::Value &value)
 

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