Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoBaseFloatParameterSource
- UGizmoAxisIntervalParameterSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/IntervalGizmo.h |
| Include | #include "BaseGizmos/IntervalGizmo.h" |
Syntax
class UGizmoAxisIntervalParameterSource : public UGizmoBaseFloatParameterSource
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TScriptInterface< IGizmoFloatParameterSource > | FloatParameterSource | ||
| float | MaxParameter | ||
| float | MinParameter |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGizmoAxisIntervalParameterSource * | Construct
(
IGizmoFloatParameterSource* FloatSourceIn, |
Create a standard instance of this ParameterSource, with the given AxisSource and TransformSource |
Overridden from IGizmoFloatParameterSource
| Type | Name | Description | |
|---|---|---|---|
| void | BeginModify () |
Notify ParameterSource that a parameter modification is about to begin | |
| void | EndModify () |
Notify ParameterSource that a parameter modification is complete | |
| float | GetParameter () |
||
| void | SetParameter
(
float NewValue |
Set value of parameter |