Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/FTransformSubGizmoCommonParams
Syntax
bool bManipulatesRootComponent
Remarks
If true, the gizmo moves the parent root component rather than just its own component, like the standard TRS sub gizmos do. If false, the gizmo moves just its component, leaving the parent in place. Does not attempt to use shared state for transform source or state target if false.