FAudioEffectsManager::VolumeToMilliBels

Converts and volume (0.0f to 1.0f) to a MilliBel value (a Hundredth of a deciBel)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioEffect.h

Include

#include "AudioEffect.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioEffect.cpp

Syntax

int64 VolumeToMilliBels
(
    float Volume,
    int32 MaxMilliBels
)

Remarks

Converts and volume (0.0f to 1.0f) to a MilliBel value (a Hundredth of a deciBel)

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