Navigation
API > API/Editor > API/Editor/DetailCustomizations > API/Editor/DetailCustomizations/Customizations > API/Editor/DetailCustomizations/Customizations/FMathStructCustomization
References
| Module | DetailCustomizations |
| Header | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h |
| Include | #include "Customizations/MathStructCustomizations.h" |
Syntax
template<typename NumericType>
struct FNumericMetadata
Remarks
Argument struct for ExtractNumericMetadata, to make it easier to add new metadata to extract.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSupportDynamicSliderMaxValue | ||
| bool | bSupportDynamicSliderMinValue | ||
| NumericType | Delta | ||
| int32 | LinearDeltaSensitivity | ||
| TOptional< NumericType > | MaxValue | ||
| TOptional< NumericType > | MinValue | ||
| int32 | ShiftMouseMovePixelPerDelta | ||
| NumericType | SliderExponent | ||
| TOptional< NumericType > | SliderMaxValue | ||
| TOptional< NumericType > | SliderMinValue |