You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Add MetaSound Patch Interface support - Add MetaSound Interface Bindings #rb phil.popp #preflight 640783bd5515f4f57b4b1268 [FYI] Sondra.Moyls [FYI] Dan.Reynolds [CL 24548617 by rob gay in ue5-main branch]
13 lines
213 B
C++
13 lines
213 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
#pragma once
|
|
|
|
|
|
namespace Metasound
|
|
{
|
|
namespace Engine
|
|
{
|
|
void RegisterUClasses();
|
|
void RegisterInterfaces();
|
|
} // namespace Engine
|
|
} // namespace Metasound
|