Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
IGizmoVec2ParameterSource provides Get and Set for an arbitrary 2D-vector-valued parameter.
| Name | IGizmoVec2ParameterSource |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include Path | #include "BaseGizmos/GizmoInterfaces.h" |
Syntax
class IGizmoVec2ParameterSource
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginModify() |
Notify ParameterSource that a parameter modification is about to begin | BaseGizmos/GizmoInterfaces.h | |
void EndModify() |
Notify ParameterSource that a parameter modification is complete | BaseGizmos/GizmoInterfaces.h | |
FVector2D GetParameter() |
BaseGizmos/GizmoInterfaces.h | ||
void SetParameter
(
const FVector2D& NewValue |
Set value of parameter | BaseGizmos/GizmoInterfaces.h |