FMathStructCustomization::ExtractNumericMetadata

Utility function that will extract common Math related numeric metadata

Windows
MacOS
Linux

References

Module

DetailCustomizations

Header

/Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h

Include

#include "Customizations/MathStructCustomizations.h"

Source

/Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp

Syntax

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 & SupportDynamicSliderMaxValue,
    bool & SupportDynamicSliderMinValue
)

Remarks

Utility function that will extract common Math related numeric metadata

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss