Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/ISoundfieldFactory
References
| Module | AudioExtensions |
| Header | /Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldFormat.h |
| Include | #include "ISoundfieldFormat.h" |
| Source | /Engine/Source/Runtime/AudioExtensions/Private/ISoundfieldFormat.cpp |
static void UnregisterSoundfieldFormat
(
ISoundfieldFactory * InFactory
)
Remarks
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.