Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoBaseFloatParameterSource
- UGizmoAxisIntervalParameterSource
- UGizmoAxisRotationParameterSource
- UGizmoAxisScaleParameterSource
- UGizmoAxisTranslationParameterSource
- UGizmoLocalFloatParameterSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ParameterSourcesFloat.h |
| Include | #include "BaseGizmos/ParameterSourcesFloat.h" |
Syntax
class UGizmoBaseFloatParameterSource :
public UObject,
public IGizmoFloatParameterSource
Remarks
UGizmoBaseFloatParameterSource is a base implementation of IGizmoFloatParameterSource, which is not functional but adds an OnParameterChanged delegate for further subclasses.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnGizmoFloatParameterSourceChanged | OnParameterChanged |
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 |
Typedefs
| Name | Description |
|---|---|
| FOnGizmoFloatParameterSourceChanged |