You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Rob.Gay #ROBOMERGE-SOURCE: CL 16766481 via CL 16766487 #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v835-16672529) [CL 16766497 by phil popp in ue5-release-engine-test branch]
19 lines
260 B
C++
19 lines
260 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
|
|
#include "MetasoundFrontendRegistryTransaction.h"
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
namespace Metasound
|
|
{
|
|
namespace Frontend
|
|
{
|
|
FRegistryTransactionID GetOriginRegistryTransactionID()
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
}
|
|
|