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