Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- IGizmoFloatParameterSource
- UGizmoBaseFloatParameterSource
- UGizmoAxisIntervalParameterSource
- UGizmoAxisRotationParameterSource
- UGizmoAxisScaleParameterSource
- UGizmoAxisTranslationParameterSource
- UGizmoLocalFloatParameterSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include | #include "BaseGizmos/GizmoInterfaces.h" |
Syntax
class IGizmoFloatParameterSource
Remarks
IGizmoFloatParameterSource provides Get and Set for an arbitrary float-valued parameter.
Functions
| 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 |