IAudioEndpointFactory::GetModularFeatureName

This is used when calling [IModularFeatures::Get()](API\Runtime\Core\Features\IModularFeatures\Get).RegisterModularFeature for [IAudioEndpointFactory](API\Runtime\AudioExtensions\IAudioEndpointFactory) implementations.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

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

Include

#include "IAudioEndpoint.h"

Source

/Engine/Source/Runtime/AudioExtensions/Private/IAudioEndpoint.cpp

Syntax

static FName GetModularFeatureName()

Remarks

This is used when calling IModularFeatures::Get().RegisterModularFeature for IAudioEndpointFactory implementations. It's not needed if one uses RegisterEndpointType() to register IAudioEndpointFactory implementations.

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