Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/UGizmoTransformChangeStateTarget
Syntax
TArray< TUniquePtr< IToolCommandChangeSource > > DependentChangeSources
Remarks
Dependent-change generators. This will be told about update start/end, and any generated changes will also be emitted. This allows (eg) TransformProxy change events to be collected at the same time as changes to a gizmo target component.