FParam

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/ParamInterpolator.h

Include

#include "DSP/ParamInterpolator.h"

Syntax

class FParam

Constructors

Name Description

Public function

FParam()

Functions

Name Description

Public function Const

float

 

GetTarget()

Returns the target value.

Public function Const

float

 

GetValue()

Returns the current value, but does not update the value.

Public function

void

 

Init()

Public function

void

 

Reset()

Resets the delta value back to 0.0. To be called at beginning of callback render.

Public function

void

 

SetValue

(
    const float InValue,
    const int32 InNumInterpFrames
)

Set the parameter value to the given target value over the given interpolation frames.

Public function

float

 

Update()

Updates the parameter, assumes called in one of the frames.

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