Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- IGizmoVec2ParameterSource
- UGizmoBaseVec2ParameterSource
- UGizmoLocalVec2ParameterSource
- UGizmoPlaneScaleParameterSource
- UGizmoPlaneTranslationParameterSource
- UGizmoUniformScaleParameterSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include | #include "BaseGizmos/GizmoInterfaces.h" |
Syntax
class IGizmoVec2ParameterSource
Remarks
IGizmoVec2ParameterSource provides Get and Set for an arbitrary 2D-vector-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 | |
| FVector2D | GetParameter () |
||
| void | SetParameter
(
const FVector2D& NewValue |
Set value of parameter |