Navigation
Unreal Engine C++ API Reference > Runtime > AudioExtensions > ISoundfieldEndpointFactory
References
Module | AudioExtensions |
Header | /Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldEndpoint.h |
Include | #include "ISoundfieldEndpoint.h" |
TUniquePtr< ISoundfieldEndpoint > CreateNewEndpointInstance
&40;
const FAudioPluginInitializationParams & InitInfo,
const ISoundfieldEndpointSettingsProxy & InitialSettings
&41;
Remarks
REQUIRED OVERRIDES: These overrides are required from ISoundfieldFactory: ISoundfieldFactory::CreateNewEncoderStream ISoundfieldFactory::CreateNewTranscoderStream ISoundfieldFactory::CreateNewMixerStream ISoundfieldFactory::CreateEmptyPacketISoundfieldFactory::CanTranscodeFromSoundfieldFormatISoundfieldFactory::GetCustomEncodingSettingsClass ISoundfieldFactory::GetDefaultEncodingSettingsCalled for every new endpoint submix created with this factory's endpoint type.