UTransformGizmo::SetNewChildScale

Explicitly set the child scale.

Windows
MacOS
Linux

Warnings

  • does not generate change/modify events!!

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseGizmos/TransformGizmo.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseGizmos/TransformGizmo.cpp

Syntax

virtual void SetNewChildScale
(
    const FVector & NewChildScale
)

Remarks

Explicitly set the child scale. Mainly useful to "reset" the child scale to (1,1,1) when re-using Gizmo across multiple transform actions.

does not generate change/modify events!!

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