FMathStructProxyCustomization

Helper class to aid representing math structs to the user in an editable form e.g. representing a quaternion as a set of euler angles

Unreal Engine C++ API Reference > Editor > DetailCustomizations > Customizations

Inheritance Hierarchy

References

   
Module DetailCustomizations
Header /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructProxyCustomizations.h
Include #include "Customizations/MathStructProxyCustomizations.h"

Syntax

class FMathStructProxyCustomization : public [FMathStructCustomization](API\Editor\DetailCustomizations\Customizations\FMathStructCustomization)  

Remarks

Helper class to aid representing math structs to the user in an editable form e.g. representing a quaternion as a set of euler angles

Variables

Type Name Description
TSharedPtr< IPr... PropertyUtilities Cached property utilities

Functions

Type Name Description
bool CacheValues ( TWeakPtr< IPropertyHandle > WeakHan... ) Cache the values from the property to the proxy.
bool FlushValues ( TWeakPtr< IPropertyHandle > WeakHan... ) Flush the values from the proxy to the property.
TSharedRef< ... MakeNumericProxyWidget ( TSharedRef< IPropertyHandle >& Str..., TSharedRef< TProxyProperty< ProxyTy..., const FText& Label, bool bRotationInDegrees, const FLinearColor& LabelColor ) Helper function to make a numeric property widget to edit a proxy value.
FText OnGetValueToolTip ( TWeakPtr< IPropertyHandle > WeakHan..., TSharedRef< TProxyProperty< ProxyTy..., FText Label )  

Overridden from FMathStructCustomization

Type Name Description
void MakeHeaderRow ( TSharedRef< class IPropertyHandle >..., FDetailWidgetRow& Row ) FMathStructCustomization interface

Overridden from IPropertyTypeCustomization

Type Name Description
void CustomizeChildren ( TSharedRef< class IPropertyHandle >..., IDetailChildrenBuilder& StructBuil..., IPropertyTypeCustomizationUtils& S... ) IPropertyTypeCustomization interface

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library