Files
UnrealEngineUWP/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundInterface.h
rob gay aeb25bb49d - Add Runtime MetaSound Builder support
- 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]
2023-03-07 17:01:52 -05:00

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