IGizmoTransformSource

[IGizmoTransformSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\IGizmoTransformSource) is an interface which is used to Get/Set an [FTransform](API\Runtime\Core\Math\FTransform).

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseGizmos/GizmoInterfaces.h"

Syntax

class IGizmoTransformSource

Remarks

IGizmoTransformSource is an interface which is used to Get/Set an FTransform.

Functions

Name Description

Public function Const

FTransform

 

GetTransform()

Public function

void

 

SetTransform

(
    const FTransform& NewTransform
)

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