IAudioEndpoint::PollSettings

Use this as a thread safe way to use the current settings posted to this [IAudioEndpoint](API\Runtime\AudioExtensions\IAudioEndpoint).

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 PollSettings
(
    TFunctionRef< void *)> NewSettingsRetrieved
)

Remarks

Use this as a thread safe way to use the current settings posted to this IAudioEndpoint. Locks with IAudioEndpoint::SetSettings.

Parameters

Parameter

Description

NewSettingsRetrieved

lambda used to work with the retrieved settings. This lambda is called immediately and synchronously, but is used to safely scope usage of the IAudioEndpointSettingsProxy pointer.

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