Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UTransformProxy
Warnings * The internal shared transform is regenerated each time a component is added
Description
Add a component sub-object to the proxy set.
The internal shared transform is regenerated each time a component is added
| Name | AddComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformProxy.h |
| Include Path | #include "BaseGizmos/TransformProxy.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/TransformProxy.cpp |
virtual void AddComponent
(
USceneComponent * Component,
bool bModifyComponentOnTransform
)
Parameters
| Name | Remarks |
|---|---|
| bModifyComponentOnTransform | if true, Component->Modify() is called before the Component transform is updated |