Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
e59338fcbb052d40802ffaf991924b2aebf04341
UnrealEngineUWP/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendRegistryTransaction.cpp

19 lines
260 B
C++
Raw Normal View History

Metasound Frontend Perf Tuneup - Added frontend search engine to cache frontend queries - Allowing frontend queries to be updated in place. - Tracking node registration transactions to allow incremental runtime checks of newly registered nodes. - Create public RegistryContainer interface and hide implementation to allow for further optimizations without changing public headers #jira UEAU-749 #rb Max.Hayes, Jimmy.Smith #preflight 606399a6e05c4e0001a0d173 #ROBOMERGE-SOURCE: CL 15868737 in //UE5/Release-5.0-EarlyAccess/... #ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v786-15839533) [CL 15868744 by phil popp in ue5-main branch]
2021-03-30 18:22:10 -04:00
// Copyright Epic Games, Inc. All Rights Reserved.
#include "MetasoundFrontendRegistryTransaction.h"
#include "CoreMinimal.h"
namespace Metasound
{
namespace Frontend
{
FRegistryTransactionID GetOriginRegistryTransactionID()
{
return 0;
}
}
}
Creating metasound archetype registry and upgrade path #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]
2021-06-23 20:08:21 -04:00
Reference in New Issue Copy Permalink
Powered by Gitea Page: 840ms Template: 8ms
English
English
Licenses API