Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UIntervalGizmo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetActiveTarget
(
UTransformProxy* TransformTargetIn, |
BaseGizmos/IntervalGizmo.h | ||
virtual void SetActiveTarget
(
UTransformProxy* TransformTargetIn, |
BaseGizmos/IntervalGizmo.h |
SetActiveTarget(UTransformProxy , const FParameterSources &, IToolContextTransactionProvider )
| Name | SetActiveTarget |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/IntervalGizmo.h |
| Include Path | #include "BaseGizmos/IntervalGizmo.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/IntervalGizmo.cpp |
virtual void SetActiveTarget
(
UTransformProxy * TransformTargetIn,
const FParameterSources & ParameterSources,
IToolContextTransactionProvider * TransactionProvider
)
SetActiveTarget(UTransformProxy , UGizmoLocalFloatParameterSource , UGizmoLocalFloatParameterSource , UGizmoLocalFloatParameterSource , IToolContextTransactionProvider *)
| Name | SetActiveTarget |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/IntervalGizmo.h |
| Include Path | #include "BaseGizmos/IntervalGizmo.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/IntervalGizmo.cpp |
virtual void SetActiveTarget
(
UTransformProxy * TransformTargetIn,
UGizmoLocalFloatParameterSource * UpInterval,
UGizmoLocalFloatParameterSource * DownInterval,
UGizmoLocalFloatParameterSource * ForwardInterval,
IToolContextTransactionProvider * TransactionProvider
)