Files
UnrealEngine/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/Interfaces/MetasoundInterfaceBindingsPrivate.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

9 lines
172 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
namespace Metasound::Engine
{
void RegisterInternalInterfaceBindings();
} // namespace Metasound::Engine