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 SetValue
&40;
NumericType NewValue,
EPropertyValueSetFlags::Type Flags,
TWeakPtr< IPropertyHandle > WeakHandlePtr
&41;
Remarks
Called to set the value of the property handle.
Parameters
| Name | Description |
|---|---|
| NewValue | The new value of the property as a float |
| Flags | The flags to pass when setting the value on the property handle. |
| WeakHandlePtr | Handle to the property that the new value is for |