Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | TNumericPropertyParams |
| Type | struct |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/NumericPropertyParams.h |
| Include Path | #include "NumericPropertyParams.h" |
Syntax
template<typename NumericType>
struct TNumericPropertyParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TNumericPropertyParams
(
const FProperty* Property, |
NumericPropertyParams.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FMetaDataGetter | TBaseDelegate_OneParam< FString, FName > | NumericPropertyParams.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Delta | NumericType | NumericPropertyParams.h | ||
| LinearDeltaSensitivity | int32 | NumericPropertyParams.h | ||
| MaxSliderValue | TOptional< NumericType > | NumericPropertyParams.h | ||
| MaxValue | TOptional< NumericType > | NumericPropertyParams.h | ||
| MinSliderValue | TOptional< NumericType > | NumericPropertyParams.h | ||
| MinValue | TOptional< NumericType > | NumericPropertyParams.h | ||
| SliderExponent | NumericType | NumericPropertyParams.h | ||
| WheelStep | TOptional< NumericType > | NumericPropertyParams.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAttribute< int32 > GetLinearDeltaSensitivityAttribute() |
NumericPropertyParams.h |