Files
UnrealEngine/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/Interfaces/MetasoundInterfaceBindingsPrivate.h
2025-05-18 13:04:45 +08:00

9 lines
172 B
C++

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