IGizmoVec2ParameterSource

[IGizmoVec2ParameterSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\IGizmoVec2ParameterSource) provides Get and Set for an arbitrary 2D-vector-valued parameter.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/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

Name Description

Public function

void

 

BeginModify()

Notify ParameterSource that a parameter modification is about to begin

Public function

void

 

EndModify()

Notify ParameterSource that a parameter modification is complete

Public function Const

FVector2D

 

GetParameter()

Public function

void

 

SetParameter

(
    const FVector2D& NewValue
)

Set value of parameter

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss