Navigation
API > API/Editor > API/Editor/DetailCustomizations > API/Editor/DetailCustomizations/Customizations > API/Editor/DetailCustomizations/Customizations/FMathStructProxyCustomization
- FMathStructProxyCustomization::CacheValues()
- FMatrixStructCustomization::CacheValues()
- FQuatStructCustomization::CacheValues()
- FTransformStructCustomization::CacheValues()
- FQuatStructCustomization::CacheValues()
- FTransformStructCustomization::CacheValues()
References
| Module | DetailCustomizations |
| Header | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructProxyCustomizations.h |
| Include | #include "Customizations/MathStructProxyCustomizations.h" |
bool CacheValues
(
TWeakPtr < IPropertyHandle > WeakHandlePtr
) const
Remarks
Cache the values from the property to the proxy. true if values(s) were successfully cached
Parameters
| Name | Description |
|---|---|
| WeakHandlePtr | The property handle to get values from. |