![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AudioDynamicParameter.h>
Public Member Functions | |
| ENGINE_API | FDynamicParameter (float Value) |
| ENGINE_API void | Set (float Value, float InDuration) |
| ENGINE_API void | Update (float DeltaTime) |
| bool | IsDone () const |
| float | GetValue () const |
| float | GetTargetValue () const |
Simple class that wraps the math involved with interpolating a parameter over time based on audio device update time.
|
explicit |
|
inline |
|
inline |
|
inline |