FMatrixStructCustomization

Proxy struct customization that displays a matrix as a position, rotation & scale.

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

template<typename T>  
class FMatrixStructCustomization : public [FMathStructProxyCustomization](API\Editor\DetailCustomizations\Customizations\FMathStructProxyCustomization)  

Remarks

Proxy struct customization that displays a matrix as a position, rotation & scale.

Variables

Type Name Description
TSharedRef< TPr... CachedRotation Cached rotation values
TSharedRef< TPr... CachedRotationPitch  
TSharedRef< TPr... CachedRotationRoll  
TSharedRef< TPr... CachedRotationYaw  
TSharedRef< TPr... CachedScale Cached scale values
TSharedRef< TPr... CachedScaleX  
TSharedRef< TPr... CachedScaleY  
TSharedRef< TPr... CachedScaleZ  
TSharedRef< TPr... CachedTranslation Cached translation values
TSharedRef< TPr... CachedTranslationX  
TSharedRef< TPr... CachedTranslationY  
TSharedRef< TPr... CachedTranslationZ  

Constructors

Type Name Description
  FMatrixStructCustomization ()  

Functions

Type Name Description
void CustomizeLocation ( TSharedRef< class IPropertyHandle >..., FDetailWidgetRow& Row ) Customization utility functions
void CustomizeRotation ( TSharedRef< class IPropertyHandle >..., FDetailWidgetRow& Row )  
void CustomizeScale ( TSharedRef< class IPropertyHandle >..., FDetailWidgetRow& Row )  
TSharedRef< ... MakeInstance ()  
void OnCopy ( FTransformField::Type Type, TWeakPtr< IPropertyHandle > Propert... )  
void OnPaste ( FTransformField::Type Type, TWeakPtr< IPropertyHandle > Propert... )  
void OnPasteFromText ( const FString& InTag, const FString& InText, const TOptional< FGuid >& InOperat..., FTransformField::Type Type, TWeakPtr< IPropertyHandle > Propert... )  
void PasteFromText ( const FString& InTag, const FString& InText, FTransformField::Type Type, TWeakPtr< IPropertyHandle > Propert... )  

Overridden from FMathStructProxyCustomization

Type Name Description
bool CacheValues ( TWeakPtr< IPropertyHandle > Propert... ) FMathStructProxyCustomization interface
bool FlushValues ( TWeakPtr< IPropertyHandle > WeakHan... ) Flush the values from the proxy to the property.

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