UGizmoLocalVec2ParameterSource

[UGizmoBaseVec2ParameterSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\UGizmoBaseVec2ParameterSource) is an implementation of [IGizmoVec2ParameterSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\IGizmoVec2ParameterSource) (by way of [UGizmoBaseVec2ParameterSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\UGizmoBaseVec2ParameterSource)) which locally stores the relevant Parameter and emits update events via the OnParameterChanged delegate.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

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

Name Description

Public variable

FGizmoVec2Param...

 

LastChange

Public variable

FVector2D

 

Value

Overridden from IGizmoVec2ParameterSource

Name Description

Public function Virtual

void

 

BeginModify()

Notify ParameterSource that a parameter modification is about to begin

Public function Virtual

void

 

EndModify()

Notify ParameterSource that a parameter modification is complete

Public function Virtual Const

FVector2D

 

GetParameter()

Public function Virtual

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