Navigation
API > API/Runtime > API/Runtime/Engine
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
| Type | Name | Description | |
|---|---|---|---|
FDynamicParameter
(
float Value |