Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UIntervalGizmo
Input parameter sources and related configuration.
| Name | FParameterSources |
| Type | struct |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/IntervalGizmo.h |
| Include Path | #include "BaseGizmos/IntervalGizmo.h" |
Syntax
struct FParameterSources
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackwardInterval | UGizmoLocalFloatParameterSource * | BaseGizmos/IntervalGizmo.h | ||
| DownInterval | UGizmoLocalFloatParameterSource * | BaseGizmos/IntervalGizmo.h | ||
| ForwardInterval | UGizmoLocalFloatParameterSource * | +/- Y axis parameter sources | BaseGizmos/IntervalGizmo.h | |
| InitParameterRanges | EDefaultParameterRanges | BaseGizmos/IntervalGizmo.h | ||
| LeftInterval | UGizmoLocalFloatParameterSource * | BaseGizmos/IntervalGizmo.h | ||
| RightInterval | UGizmoLocalFloatParameterSource * | +/- X axis parameter sources | BaseGizmos/IntervalGizmo.h | |
| UpInterval | UGizmoLocalFloatParameterSource * | +/- Z axis parameter sources | BaseGizmos/IntervalGizmo.h |