Files
UnrealEngineUWP/Engine/Source/Programs/Enterprise/Datasmith/DatasmithFacadeCSharp
Balazs Toereki 72e74619c3 Revit - Connection and Message dialogs positioning not remembered
Connection/Messages/Settings windows and dialogs now remember position and size within the same session

#jira UE-102277
#rb JeanLuc.Corenthin
#preflight  62c83df7f671e8d2facfa06c

[CL 21008424 by Balazs Toereki in ue5-main branch]
2022-07-08 11:49:17 -04:00
..

// 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.