UTransformGizmo::SetActiveTarget

Set the active target object for the Gizmo

Windows
MacOS
Linux

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 SetActiveTarget
(
    UTransformProxy * Target,
    IToolContextTransactionProvider * TransactionProvider
)

Remarks

Set the active target object for the Gizmo

Parameters

Parameter

Description

Target

active target

TransactionProvider

optional IToolContextTransactionProvider implementation to use - by default uses GizmoManager

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