IAudioEndpoint::SetNewSettings

Post new settings for this endpoint.

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

void SetNewSettings
(
    TUniquePtr< IAudioEndpointSettingsProxy > && InNewSettings
)

Remarks

Post new settings for this endpoint. There is no type safety on this call, so make sure that you are using the correct implementation of IAudioEndpointSettingsProxy for this implementation of IAudioEndpoint.

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