Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDevice
Description
Derived classes can override this method to do their own cleanup. Called at the end of FAudioDevice::Flush()
| Name | FlushExtended |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include Path | #include "AudioDevice.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioDevice.cpp |
virtual void FlushExtended
(
UWorld * WorldToFlush,
bool bClearActivatedReverb
)