Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/ISoundfieldFactory
Description
This needs to be called it an implementation of ISoundfieldFactory is about to be destroyed. It can be called from the destructor of an implementation of ISoundfieldFactory.
| Name | UnregisterSoundfieldFormat |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldFormat.h |
| Include Path | #include "ISoundfieldFormat.h" |
| Source | /Engine/Source/Runtime/AudioExtensions/Private/ISoundfieldFormat.cpp |
static void UnregisterSoundfieldFormat
(
ISoundfieldFactory * InFactory
)