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>
TOptional< NumericType > OnGetValue
&40;
TWeakPtr< IPropertyHandle > WeakHandlePtr
&41; const
Remarks
Gets the value as a float for the provided property handle The value or unset if it could not be accessed
Parameters
| Name | Description |
|---|---|
| WeakHandlePtr | Handle to the property to get the value from |