You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Introduce TSharedPtr<Audio::IProxyData> CreateProxyData() Fix up deprecated callsites. #jira UE-162062 #rb Rob.Gay #fyi Miles.Flanagan #preflight 639a0f262960b732207fc1e3 [CL 23515287 by phil popp in ue5-main branch]
8 lines
181 B
C
8 lines
181 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "Logging/LogMacros.h"
|
|
|
|
AUDIOEXTENSIONS_API DECLARE_LOG_CATEGORY_EXTERN(LogAudioExtensions, Display, All);
|