Files
UnrealEngineUWP/Engine/Source/Programs/Enterprise/Datasmith/DatasmithRevitExporter/DatasmithRevit2020.Target.cs
johan duparc 8397f94c21 Remove copy of Revit SDK from Enterprise
#rb Jerome.Delattre
#jira none

#ROBOMERGE-SOURCE: CL 9735935 in //UE4/Release-4.24/...
#ROBOMERGE-BOT: RELEASE (Release-4.24 -> Main) (v539-9700858)

[CL 9735967 by johan duparc in Main branch]
2019-10-21 15:03:09 -04:00

15 lines
307 B
C#

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.IO;
public class DatasmithRevit2020Target : DatasmithRevitBaseTarget
{
public DatasmithRevit2020Target(TargetInfo Target)
: base(Target)
{
}
public override string GetVersion() { return "2020"; }
}