Navigation
API > API/Editor > API/Editor/DetailCustomizations
Proxy struct customization that displays an FQuat as an euler rotation
| Name | FQuatStructCustomization |
| Type | class |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructProxyCustomizations.h |
| Include Path | #include "Customizations/MathStructProxyCustomizations.h" |
Syntax
template<typename T>
class FQuatStructCustomization : public FMatrixStructCustomization< T >
Implements Interfaces
Functions
Public
Overridden from FMathStructProxyCustomization
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeChildren
(
TSharedRef< class IPropertyHandle > StructPropertyHandle, |
IPropertyTypeCustomization interface | Customizations/MathStructProxyCustomizations.h | |
virtual void MakeHeaderRow
(
TSharedRef< class IPropertyHandle >& InStructPropertyHandle, |
FMathStructCustomization interface | Customizations/MathStructProxyCustomizations.h |
Protected
Overridden from FMathStructProxyCustomization
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CacheValues
(
TWeakPtr< IPropertyHandle > PropertyHandlePtr |
FMathStructProxyCustomization interface | Customizations/MathStructProxyCustomizations.h | |
virtual bool FlushValues
(
TWeakPtr< IPropertyHandle > WeakHandlePtr |
Flush the values from the proxy to the property. | Customizations/MathStructProxyCustomizations.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IPropertyTypeCustomization > MakeInstance() |
Customizations/MathStructProxyCustomizations.h |