Navigation
API > API/Editor > API/Editor/DetailCustomizations > API/Editor/DetailCustomizations/FMathStructCustomization
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ExtractNumericMetadata
(
TSharedRef< IPropertyHandle >& PropertyHandle, |
Utility function that will extract common Math related numeric metadata | Customizations/MathStructCustomizations.h | |
static void ExtractNumericMetadata
(
TSharedRef< IPropertyHandle >& PropertyHandle, |
Customizations/MathStructCustomizations.h |
ExtractNumericMetadata(TSharedRef< IPropertyHandle > &, FNumericMetadata< NumericType > &)
Description
Utility function that will extract common Math related numeric metadata
| Name | ExtractNumericMetadata |
| Type | function |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h |
| Include Path | #include "Customizations/MathStructCustomizations.h" |
| Source | /Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp |
template<typename NumericType>
static void ExtractNumericMetadata
(
TSharedRef < IPropertyHandle > & PropertyHandle,
FNumericMetadata < NumericType > & MetadataOut
)
ExtractNumericMetadata(TSharedRef< IPropertyHandle > &, TOptional< NumericType > &, TOptional< NumericType > &, TOptional< NumericType > &, TOptional< NumericType > &, NumericType &, NumericType &, int32 &, bool &, bool &)
| Name | ExtractNumericMetadata |
| Type | function |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h |
| Include Path | #include "Customizations/MathStructCustomizations.h" |
| Source | /Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp |
template<typename NumericType>
static void ExtractNumericMetadata
(
TSharedRef < IPropertyHandle > & PropertyHandle,
TOptional < NumericType > & MinValue,
TOptional < NumericType > & MaxValue,
TOptional < NumericType > & SliderMinValue,
TOptional < NumericType > & SliderMaxValue,
NumericType & SliderExponent,
NumericType & Delta,
int32 & ShiftMouseMovePixelPerDelta,
bool & bSupportDynamicSliderMaxValue,
bool & bSupportDynamicSliderMinValue
)