FTransformStructCustomization

Proxy struct customization that displays an FTransform as a position, euler 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 FTransformStructCustomization : public [FMatrixStructCustomization< T >](API\Editor\DetailCustomizations\Customizations\FMatrixStructCustomization)  

Remarks

Proxy struct customization that displays an FTransform as a position, euler rotation & scale.

Functions

Type Name Description
TSharedRef< ... MakeInstance ()  

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library