Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/IViewBasedTransformAdjuster
- IViewBasedTransformAdjuster::GetAdjustedComponentToWorld()
- FConstantViewRelativeTransformAdjuster::GetAdjustedComponentToWorld()
- FSimpleConstantViewScaleAdjuster::GetAdjustedComponentToWorld()
- FSubGizmoTransformAdjuster::GetAdjustedComponentToWorld()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ViewBasedTransformAdjusters.h |
| Include | #include "BaseGizmos/ViewBasedTransformAdjusters.h" |
FTransform GetAdjustedComponentToWorld
(
const ISceneViewInterface & View,
const FTransform & CurrentComponentToWorld
)
Remarks
Given the component location and the view information, gives the desired transform of the component.