If a new C++ project is created after installation, the following error will occur
G:\Epic\Epic Games\UE_5.7\Engine\Plugins\Marketplace\NodeGrapbbb056aac77eV20\Source\NGAGraphUtility\NGAGraphUtility.build.cs(70,17): warning CS0618: 'Log.TraceInformation(string, params object?[])' is obsolete: 'Use Logger.LogInformation with a message template instead; see https://tinyurl.com/bp96bk2r.'
G:\Epic\Epic Games\UE_5.7\Engine\Plugins\Marketplace\NodeGrapbbb056aac77eV20\Source\NGAGraphUtility\NGAGraphUtility.build.cs(71,17): warning CS0618: 'Log.TraceInformation(string, params object?[])' is obsolete: 'Use Logger.LogInformation with a message template instead; see https://tinyurl.com/bp96bk2r.'
G:\Epic\Epic Games\UE_5.7\Engine\Plugins\Marketplace\NodeGrapbbb056aac77eV20\Source\NGAGraphUtility\NGAGraphUtility.build.cs(72,17): warning CS0618: 'Log.TraceInformation(string, params object?[])' is obsolete: 'Use Logger.LogInformation with a message template instead; see https://tinyurl.com/bp96bk2r.'
Creating makefile for CPPDevelopEditor (no existing makefile)
Expecting to find a type to be declared in a module rules named 'AutoSizeComments' in 'Unknown Assembly'. This type must derive from the 'ModuleRules' type defined by UnrealBuildTool.
If a new C++ project is created after installation, the following error will occur
G:\Epic\Epic Games\UE_5.7\Engine\Plugins\Marketplace\NodeGrapbbb056aac77eV20\Source\NGAGraphUtility\NGAGraphUtility.build.cs(70,17): warning CS0618: 'Log.TraceInformation(string, params object?[])' is obsolete: 'Use Logger.LogInformation with a message template instead; see https://tinyurl.com/bp96bk2r.'
G:\Epic\Epic Games\UE_5.7\Engine\Plugins\Marketplace\NodeGrapbbb056aac77eV20\Source\NGAGraphUtility\NGAGraphUtility.build.cs(71,17): warning CS0618: 'Log.TraceInformation(string, params object?[])' is obsolete: 'Use Logger.LogInformation with a message template instead; see https://tinyurl.com/bp96bk2r.'
G:\Epic\Epic Games\UE_5.7\Engine\Plugins\Marketplace\NodeGrapbbb056aac77eV20\Source\NGAGraphUtility\NGAGraphUtility.build.cs(72,17): warning CS0618: 'Log.TraceInformation(string, params object?[])' is obsolete: 'Use Logger.LogInformation with a message template instead; see https://tinyurl.com/bp96bk2r.'
Creating makefile for CPPDevelopEditor (no existing makefile)
Expecting to find a type to be declared in a module rules named 'AutoSizeComments' in 'Unknown Assembly'. This type must derive from the 'ModuleRules' type defined by UnrealBuildTool.