USoundWave::FreeResources

Frees up all the resources allocated in this class.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h

Include

#include "Sound/SoundWave.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundWave.cpp

Syntax

void FreeResources
(
    bool bStopSoundsUsingThisResource
)

Remarks

Frees up all the resources allocated in this class.

Parameters

Parameter

Description

bStopSoundsUsingThisResource

if false, will leave any playing audio alive. This occurs when we force a re-cook of audio while starting to play a sound.

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