Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoBaseFloatParameterSource
- UGizmoLocalFloatParameterSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ParameterSourcesFloat.h |
| Include | #include "BaseGizmos/ParameterSourcesFloat.h" |
Syntax
class UGizmoLocalFloatParameterSource : public UGizmoBaseFloatParameterSource
Remarks
UGizmoLocalFloatParameterSource is an implementation of IGizmoFloatParameterSource (by way of UGizmoBaseFloatParameterSource) which locally stores the relevant Parameter and emits update events via the OnParameterChanged delegate.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGizmoFloatParameterChange | LastChange | ||
| float | Value |
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 |