You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Some DCC may close a 3d scene without closing the application, in that case they must be able to close the DirectLink source as well. With the simplified DirectLink API (FDatasmithDirectLink) this was only achievable by creating a new scene that would override the existing one, which is not desirable in this case. Our C# exporters can only use the simplified API at the moment and this seems like a common enough use-case to be added to FDatasmithDirectLink. #jira UE-140665 #rb Johan.Duparc #preflight 6290fa2db83292836e093ea2 #preflight 62953a005370042eb043f84a [CL 20433116 by benoit deschenes in ue5-main branch]
// Copyright Epic Games, Inc. All Rights Reserved. This project requires environment variable SWIG_DIR to be set to the Swig 4.0.1 (www.swig.org) third party directory on the developer's workstation in order to run swig.exe and regenerate Private\DatasmithFacadeCSharp.cpp and Public\*.cs. Python3 is also required in order to execute a post-SWIG script adding missing headers to generated files.