FTransformGizmoTransformChange

[FChange](API\Runtime\Core\Misc\FChange) for a [UTransformGizmo](API\Runtime\InteractiveToolsFramework\BaseGizmos\UTransformGizmo) that applies transform change.

Windows
MacOS
Linux

Inheritance Hierarchy

FChange

FCommandChange

FToolCommandChange

FTransformGizmoTransformChange

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseGizmos/TransformGizmo.h"

Syntax

class FTransformGizmoTransformChange : public FToolCommandChange

Remarks

FChange for a UTransformGizmo that applies transform change. Currently only handles the scaling part of a transform.

Variables

Name Description

Public variable

FVector

 

ChildScaleAfter

Public variable

FVector

 

ChildScaleBefore

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