Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/NumericPropertyParams.h |
| Include | #include "NumericPropertyParams.h" |
Syntax
template<typename NumericType>
struct TNumericPropertyParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| NumericType | Delta | ||
| int32 | LinearDeltaSensitivity | ||
| TOptional< NumericType > | MaxSliderValue | ||
| TOptional< NumericType > | MaxValue | ||
| TOptional< NumericType > | MinSliderValue | ||
| TOptional< NumericType > | MinValue | ||
| NumericType | SliderExponent | ||
| TOptional< NumericType > | WheelStep |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TNumericPropertyParams
(
const FProperty* Property, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< int32 > |
Typedefs
| Name | Description |
|---|---|
| FMetaDataGetter |