Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoBaseVec2ParameterSource
- UGizmoLocalVec2ParameterSource
- UGizmoPlaneScaleParameterSource
- UGizmoPlaneTranslationParameterSource
- UGizmoUniformScaleParameterSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ParameterSourcesVec2.h |
| Include | #include "BaseGizmos/ParameterSourcesVec2.h" |
Syntax
class UGizmoBaseVec2ParameterSource :
public UObject,
public IGizmoVec2ParameterSource
Remarks
UGizmoBaseVec2ParameterSource is a base implementation of IGizmoVec2ParameterSource, which is not functional but adds an OnParameterChanged delegate for further subclasses.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnGizmoVec2ParameterSourceChanged | OnParameterChanged |
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 |
Typedefs
| Name | Description |
|---|---|
| FOnGizmoVec2ParameterSourceChanged |