Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/ISoundfieldEndpoint
References
Module | AudioExtensions |
Header | /Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldEndpoint.h |
Include | #include "ISoundfieldEndpoint.h" |
Source | /Engine/Source/Runtime/AudioExtensions/Private/ISoundfieldEndpoint.cpp |
void SetNewSettings
&40;
TUniquePtr< ISoundfieldEndpointSettingsProxy > && InNewSettings
&41;
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.