Files
UnrealEngineUWP/Engine/Source/Editor/EditorFramework
benoit gadreau 268d1c4a21 New TRS Gizmo: support for parent space transformations (note that this is only exposed/available if the new trs gizmos are enabled).
- added ECoordSystem::COORD_Parent
    - the mode manager's GetCustomDrawingCoordinateSystem overrides calculates the parent space transformation if required.

For the moment, there's no need to add anything at the ITF level, as everything is redirected to the VPC/Mode Manager thru the UEditorTransformProxy.
If the UTransformGizmo were to manage it locally, we'd probably have to add something similar to UCombinedTransformGizmo::bUseContextCoordinateSystem to make the TransformProxy responsible for managing the "local/parent" coordinate system.

#jira UE-197757
#rb brooke.hubert

[CL 28836838 by benoit gadreau in ue5-main branch]
2023-10-17 08:51:02 -04:00
..