Navigation
API > API/Editor > API/Editor/DetailCustomizations
Proxy struct customization that displays an FTransform as a position, euler rotation & scale.
| Name | FTransformStructCustomization |
| Type | class |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructProxyCustomizations.h |
| Include Path | #include "Customizations/MathStructProxyCustomizations.h" |
Syntax
template<typename T>
class FTransformStructCustomization : public FMatrixStructCustomization< T >
Implements Interfaces
Functions
Protected
Overridden from FMatrixStructCustomization
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FIntVector4 GetSwizzle() |
Customizations/MathStructProxyCustomizations.h |
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 |