IGizmoFloatParameterSource

[IGizmoFloatParameterSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\IGizmoFloatParameterSource) provides Get and Set for an arbitrary float-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 IGizmoFloatParameterSource

Remarks

IGizmoFloatParameterSource provides Get and Set for an arbitrary float-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

float

 

GetParameter()

Public function

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