IAudioEndpointFactory::CreateNewEndpointInstance

Called for every new endpoint submix created with this factory's endpoint type.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/IAudioEndpoint.h

Include

#include "IAudioEndpoint.h"

Syntax

TUniquePtr< IAudioEndpoint > CreateNewEndpointInstance
(
    const FAudioPluginInitializationParams & InitInfo,
    const IAudioEndpointSettingsProxy & InitialSettings
)

Remarks

Called for every new endpoint submix created with this factory's endpoint type.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss