Navigation
API > API/Editor > API/Editor/DetailCustomizations > API/Editor/DetailCustomizations/Customizations > API/Editor/DetailCustomizations/Customizations/FMathStructCustomization
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 |
template<typename NumericType>
void OnValueChanged
&40;
NumericType NewValue,
TWeakPtr< IPropertyHandle > WeakHandlePtr
&41;
Remarks
Called when the value is changed in the property editor
Parameters
| Name | Description |
|---|---|
| NewValue | The new value of the property as a float |
| WeakHandlePtr | Handle to the property that the new value is for |