-- CODE language-cs --[Unity C#]
void SetVolume(float volume);
-- CODE language-cpp --[Unreal C++]
void SetVolume(float volume);
The volume range is normalized from 0.0f - 1.0f.
-- CODE language-cs --[Unity C#]
void SetVolume(float volume);
-- CODE language-cpp --[Unreal C++]
void SetVolume(float volume);
The volume range is normalized from 0.0f - 1.0f.