You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Adding diagnostcis for metasounds which load before interfaces are registered.
#jira UE-184499 #preflight 644be5919c50ddcc0bb0167f [CL 25240412 by phil popp in ue5-main branch]
This commit is contained in:
+3
-1
@@ -130,8 +130,9 @@ namespace Metasound
|
||||
class METASOUNDFRONTEND_API FUpdateRootGraphInterface : public IDocumentTransform
|
||||
{
|
||||
public:
|
||||
FUpdateRootGraphInterface(const FMetasoundFrontendVersion& InInterfaceVersion)
|
||||
FUpdateRootGraphInterface(const FMetasoundFrontendVersion& InInterfaceVersion, const FString& InOwningAssetName=FString(TEXT("Unknown")))
|
||||
: InterfaceVersion(InInterfaceVersion)
|
||||
, OwningAssetName(InOwningAssetName)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -142,6 +143,7 @@ namespace Metasound
|
||||
bool UpdateDocumentInterface(const TArray<const IInterfaceRegistryEntry*>& InUpgradePath, FDocumentHandle InDocument) const;
|
||||
|
||||
FMetasoundFrontendVersion InterfaceVersion;
|
||||
FString OwningAssetName;
|
||||
};
|
||||
|
||||
/** Completely rebuilds the graph connecting a preset's inputs to the reference
|
||||
|
||||
Reference in New Issue
Block a user