Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UCombinedTransformGizmo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UInteractiveGizmo * AddUniformScaleGizmo
(
FTransformSubGizmoCommonParams& Params, |
BaseGizmos/CombinedTransformGizmo.h | ||
virtual UInteractiveGizmo * AddUniformScaleGizmo
(
UPrimitiveComponent* ScaleComponent, |
BaseGizmos/CombinedTransformGizmo.h |
AddUniformScaleGizmo(FTransformSubGizmoCommonParams &, FTransformSubGizmoSharedState &)
| Name | AddUniformScaleGizmo |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/CombinedTransformGizmo.h |
| Include Path | #include "BaseGizmos/CombinedTransformGizmo.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/CombinedTransformGizmo.cpp |
virtual UInteractiveGizmo * AddUniformScaleGizmo
(
FTransformSubGizmoCommonParams & Params,
FTransformSubGizmoSharedState & SharedState
)
a new instance of the standard plane-scaling Gizmo
AddUniformScaleGizmo(UPrimitiveComponent , USceneComponent , IGizmoAxisSource , IGizmoAxisSource , IGizmoTransformSource , IGizmoStateTarget )
| Name | AddUniformScaleGizmo |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/CombinedTransformGizmo.h |
| Include Path | #include "BaseGizmos/CombinedTransformGizmo.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/CombinedTransformGizmo.cpp |
virtual UInteractiveGizmo * AddUniformScaleGizmo
(
UPrimitiveComponent * ScaleComponent,
USceneComponent * RootComponent,
IGizmoAxisSource * GizmoAxisSource,
IGizmoAxisSource * ParameterAxisSource,
IGizmoTransformSource * TransformSource,
IGizmoStateTarget * StateTarget
)
a new instance of the standard plane-scaling Gizmo