Navigation
API > API/Editor > API/Editor/DetailCustomizations > API/Editor/DetailCustomizations/FMathStructCustomization
Argument struct for ExtractNumericMetadata, to make it easier to add new metadata to extract.
| Name | FNumericMetadata |
| Type | struct |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h |
| Include Path | #include "Customizations/MathStructCustomizations.h" |
Syntax
template<typename NumericType>
struct FNumericMetadata
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowSpinBox | bool | Customizations/MathStructCustomizations.h | ||
| bSupportDynamicSliderMaxValue | bool | Customizations/MathStructCustomizations.h | ||
| bSupportDynamicSliderMinValue | bool | Customizations/MathStructCustomizations.h | ||
| CtrlMultiplier | float | Customizations/MathStructCustomizations.h | ||
| Delta | NumericType | Customizations/MathStructCustomizations.h | ||
| LinearDeltaSensitivity | int32 | Customizations/MathStructCustomizations.h | ||
| MaxValue | TOptional< NumericType > | Customizations/MathStructCustomizations.h | ||
| MinValue | TOptional< NumericType > | Customizations/MathStructCustomizations.h | ||
| ShiftMultiplier | float | Customizations/MathStructCustomizations.h | ||
| SliderExponent | NumericType | Customizations/MathStructCustomizations.h | ||
| SliderMaxValue | TOptional< NumericType > | Customizations/MathStructCustomizations.h | ||
| SliderMinValue | TOptional< NumericType > | Customizations/MathStructCustomizations.h | ||
| TypeInterface | TSharedPtr< INumericTypeInterface< NumericType > > | Customizations/MathStructCustomizations.h |