ExtractNumericMetadata

Overload list

Unreal Engine C++ API Reference > Editor > DetailCustomizations > Customizations > FMathStructCustomization

  Type Name Description
Public function Static void

ExtractNumericMetadata ( TSharedRef< IPropertyHandle >& PropertyHandle,
FNumericMetadata< NumericType >& MetadataOut
)

Utility function that will extract common Math related numeric metadata
Public function 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
)

Use ExtractNumericMetadata overload with struct argument instead.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page