UTransformProxy::AddComponent

Add a component sub-object to the proxy set.

Windows
MacOS
Linux

Warnings

  • The internal shared transform is regenerated each time a component is added

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseGizmos/TransformProxy.h"

Source

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

Syntax

virtual void AddComponent
(
    USceneComponent * Component,
    bool bModifyComponentOnTransform
)

Remarks

Add a component sub-object to the proxy set.

The internal shared transform is regenerated each time a component is added

Parameters

Parameter

Description

bModifyComponentOnTransform

if true, Component->Modify() is called before the Component transform is updated

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