Navigation
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" |
Source | /Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp |
template<typename NumericType> void SetValue ( NumericType NewValue, [EPropertyValueSetFlags::Type](API\Editor\PropertyEditor\Type) Flags, [TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< [IPropertyHandle](API\Editor\PropertyEditor\IPropertyHandle) > WeakHandlePtr )
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 |