Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoBaseVec2ParameterSource
- UGizmoLocalVec2ParameterSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ParameterSourcesVec2.h |
| Include | #include "BaseGizmos/ParameterSourcesVec2.h" |
Syntax
class UGizmoLocalVec2ParameterSource : public UGizmoBaseVec2ParameterSource
Remarks
UGizmoBaseVec2ParameterSource is an implementation of IGizmoVec2ParameterSource (by way of UGizmoBaseVec2ParameterSource) which locally stores the relevant Parameter and emits update events via the OnParameterChanged delegate.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGizmoVec2ParameterChange | LastChange | ||
| FVector2D | Value |
Overridden from IGizmoVec2ParameterSource
| 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 | |
| FVector2D | GetParameter () |
||
| void | SetParameter
(
const FVector2D& NewValue |
Set value of parameter |