You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- IDatasmithMasterMaterialElement has become IDatasmithMaterialInstanceElement - EDatasmithMasterMateriallType has become EDatasmithReferenceMaterialType - IDatasmithMasterMaterialElement is signaled as deprecated and not supported in 5.2 - The MasterMaterial tag is replaced by MaterialInstance, reading and writing. Reading the MasterMaterial tag is supported for previous versions. - Clients should still be able to compile against Datasmith SDK without changing anything. However, warnings of deprecation will be logged. - Directories, files and assets which named contained banned words have been renamed too. Redirect directives in the DatasmithContent module have been added for existing assets #jira none #rb johan.duparc #preflight 6307c702aa0fda29197c01fd [CL 21570510 by JeanLuc Corenthin 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.