FTransformProxyChange

[FTransformProxyChange](API\Runtime\InteractiveToolsFramework\BaseGizmos\FTransformProxyChange) tracks a change to the base transform for a TransformProxy

Windows
MacOS
Linux

Inheritance Hierarchy

FChange

FCommandChange

FToolCommandChange

FTransformProxyChange

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/TransformProxy.h

Include

#include "BaseGizmos/TransformProxy.h"

Syntax

class FTransformProxyChange : public FToolCommandChange

Remarks

FTransformProxyChange tracks a change to the base transform for a TransformProxy

Variables

Name Description

Public variable

FTransform

 

From

Public variable

FTransform

 

To

Overridden from FChange

Name Description

Public function Virtual

void

 

Apply

(
    UObject* Object
)

Makes the change to the object

Public function Virtual

void

 

Revert

(
    UObject* Object
)

Reverts change to the object

Public function Virtual Const

FString

 

ToString()

Describes this change (for debugging)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss