FNumericMetadata

Argument struct for ExtractNumericMetadata, to make it easier to add new metadata to extract.

Unreal Engine C++ API Reference > 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< Nume... MaxValue  
TOptional< Nume... MinValue  
int32 ShiftMouseMovePixelPerDelta  
NumericType SliderExponent  
TOptional< Nume... SliderMaxValue  
TOptional< Nume... SliderMinValue  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library