UGizmoLocalFloatParameterSource

[UGizmoLocalFloatParameterSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\UGizmoLocalFloatParameterSource) is an implementation of [IGizmoFloatParameterSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\IGizmoFloatParameterSource) (by way of [UGizmoBaseFloatParameterSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\UGizmoBaseFloatParameterSource)) 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/ParameterSourcesFloat.h

Include

#include "BaseGizmos/ParameterSourcesFloat.h"

Syntax

class UGizmoLocalFloatParameterSource : public UGizmoBaseFloatParameterSource

Remarks

UGizmoLocalFloatParameterSource is an implementation of IGizmoFloatParameterSource (by way of UGizmoBaseFloatParameterSource) which locally stores the relevant Parameter and emits update events via the OnParameterChanged delegate.

Variables

Name Description

Public variable

FGizmoFloatPara...

 

LastChange

Public variable

float

 

Value

Overridden from IGizmoFloatParameterSource

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

float

 

GetParameter()

Public function Virtual

void

 

SetParameter

(
    float 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