USoundWave::CleanupDecompressor

Will clean up the decompressor task if the task has finished or force it finish.

Choose your operating system:

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

bool CleanupDecompressor
(
    bool bForceCleanup
)

Remarks

Will clean up the decompressor task if the task has finished or force it finish. Returns true if the decompressor is cleaned up.