You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Rob.Gay #preflight 6123b0decc11eb000183c9aa #ROBOMERGE-SOURCE: CL 17267462 #ROBOMERGE-BOT: (v858-17259218) [CL 17273282 by phil popp in ue5-main branch]
12 lines
442 B
C
12 lines
442 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "AudioDeviceManager.h"
|
|
#include "MetasoundEnvironment.h"
|
|
|
|
// Passing around an FAudioDeviceHandle which was held on sound generators
|
|
// caused a deadlock on shutdown. If needed, pass an audio device ID instead
|
|
// and make sure to release the handle when it's no longer needed.
|
|
//DECLARE_METASOUND_ENVIRONMENT_VARIABLE_TYPE(METASOUNDENGINE_API, FAudioDeviceHandle);
|