FDynamicParameter

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioDynamicParameter.h

Include

#include "AudioDynamicParameter.h"

Syntax

class FDynamicParameter

Remarks

Simple class that wraps the math involved with interpolating a parameter over time based on audio device update time.

Constructors

Name Description

Public function

FDynamicParameter

(
    float Value
)

Functions

Name Description

Public function Const

float

 

GetTargetValue()

Public function Const

float

 

GetValue()

Public function Const

bool

 

IsDone()

Public function

void

 

Set

(
    float Value,
    float InDuration
)

Public function

void

 

Update

(
    float DeltaTime
)

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