Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoScaledAndUnscaledTransform-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UGizmoScaledAndUnscaledTransformSources * Construct
(
IGizmoTransformSource* ScaledSource, |
Constructs a UGizmoScaledAndUnscaledTransformSources by wrapping the provided IGizmoTransformSource as its scaled transform source, and the given gizmo in a UGizmoComponentWorldTransformSource as its unscaled transform source. | BaseGizmos/TransformSources.h | |
static UGizmoScaledAndUnscaledTransformSources * Construct
(
IGizmoTransformSource* ScaledSource, |
Constructs a UGizmoScaledAndUnscaledTransformSources around the given two IGizmoTransformSource's. | BaseGizmos/TransformSources.h |
Construct(IGizmoTransformSource , USceneComponent , UObject *)
Description
Constructs a UGizmoScaledAndUnscaledTransformSources by wrapping the provided IGizmoTransformSource as its scaled transform source, and the given gizmo in a UGizmoComponentWorldTransformSource as its unscaled transform source.
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformSources.h |
| Include Path | #include "BaseGizmos/TransformSources.h" |
static UGizmoScaledAndUnscaledTransformSources * Construct
(
IGizmoTransformSource * ScaledSource,
USceneComponent * GizmoComponentIn,
UObject * Outer
)
Construct(IGizmoTransformSource , IGizmoTransformSource , UObject *)
Description
Constructs a UGizmoScaledAndUnscaledTransformSources around the given two IGizmoTransformSource's.
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformSources.h |
| Include Path | #include "BaseGizmos/TransformSources.h" |
static UGizmoScaledAndUnscaledTransformSources * Construct
(
IGizmoTransformSource * ScaledSource,
IGizmoTransformSource * UnscaledSource,
UObject * Outer
)