Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/ISoundfieldEndpointFactory
Description
This needs to be called to make a soundfield format usable by the engine. It can be called from a ISoundfieldFactory subclass' constructor
| Name | RegisterEndpointType |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldEndpoint.h |
| Include Path | #include "ISoundfieldEndpoint.h" |
static void RegisterEndpointType
(
ISoundfieldEndpointFactory * InFactory
)