Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDevice
Description
Construct the CurrentSoundClassProperties map This contains the original sound class properties propagated properly, and all adjustments due to the sound mixes
| Name | UpdateSoundClassProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include Path | #include "AudioDevice.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioDevice.cpp |
void UpdateSoundClassProperties
(
float DeltaTime
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | The current frame delta. Used to interpolate sound class adjustments. |