Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
UGizmoAxisIntervalParameterSource is an IGizmoFloatParameterSource implementation that interprets the float value as the parameter of a line equation, and maps this parameter to a 3D translation along a line with origin/direction given by an IGizmoAxisSource. This translation is applied to an IGizmoTransformSource.
This ParameterSource is intended to be used to create 3D Axis Interval Gizmos.
| Name | UGizmoAxisIntervalParameterSource |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/IntervalGizmo.h |
| Include Path | #include "BaseGizmos/IntervalGizmo.h" |
Syntax
UCLASS (MinimalAPI)
class UGizmoAxisIntervalParameterSource : public UGizmoBaseFloatParameterSource
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGizmoBaseFloatParameterSource → UGizmoAxisIntervalParameterSource
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FloatParameterSource | TScriptInterface< IGizmoFloatParameterSource > | BaseGizmos/IntervalGizmo.h | ||
| MaxParameter | float | BaseGizmos/IntervalGizmo.h | ||
| MinParameter | float | BaseGizmos/IntervalGizmo.h |
Functions
Public
Overridden from IGizmoFloatParameterSource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginModify() |
Notify ParameterSource that a parameter modification is about to begin | BaseGizmos/IntervalGizmo.h | |
virtual void EndModify() |
Notify ParameterSource that a parameter modification is complete | BaseGizmos/IntervalGizmo.h | |
virtual float GetParameter() |
BaseGizmos/IntervalGizmo.h | ||
virtual void SetParameter
(
float NewValue |
Set value of parameter | BaseGizmos/IntervalGizmo.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UGizmoAxisIntervalParameterSource * Construct
(
IGizmoFloatParameterSource* FloatSourceIn, |
Create a standard instance of this ParameterSource, with the given AxisSource and TransformSource | BaseGizmos/IntervalGizmo.h |