Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UCombinedTransformGizmo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UInteractiveGizmo * AddPlaneScaleGizmo
(
FTransformSubGizmoCommonParams& Params, |
BaseGizmos/CombinedTransformGizmo.h | ||
virtual UInteractiveGizmo * AddPlaneScaleGizmo
(
UPrimitiveComponent* AxisComponent, |
BaseGizmos/CombinedTransformGizmo.h |
AddPlaneScaleGizmo(FTransformSubGizmoCommonParams &, FTransformSubGizmoSharedState &)
| Name | AddPlaneScaleGizmo |
| 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 * AddPlaneScaleGizmo
(
FTransformSubGizmoCommonParams & Params,
FTransformSubGizmoSharedState & SharedState
)
a new instance of the standard plane-scaling Gizmo
AddPlaneScaleGizmo(UPrimitiveComponent , USceneComponent , IGizmoAxisSource , IGizmoAxisSource , IGizmoTransformSource , IGizmoStateTarget )
| Name | AddPlaneScaleGizmo |
| 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 * AddPlaneScaleGizmo
(
UPrimitiveComponent * AxisComponent,
USceneComponent * RootComponent,
IGizmoAxisSource * GizmoAxisSource,
IGizmoAxisSource * ParameterAxisSource,
IGizmoTransformSource * TransformSource,
IGizmoStateTarget * StateTarget
)
a new instance of the standard plane-scaling Gizmo