You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UETOOL-4858 #rb JeanLuc.Corenthin #preflight 6267da64853fdb6fddb7cbf0 #lockdown jeanmichel.dignard [FYI] emil.kirichev #ROBOMERGE-OWNER: jeanluc.corenthin #ROBOMERGE-AUTHOR: emil.kirichev #ROBOMERGE-SOURCE: CL 19940216 in //UE5/Release-5.0/... via CL 19946838 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690) [CL 19952412 by jeanluc corenthin in ue5-main branch]
15 lines
297 B
C#
15 lines
297 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
using UnrealBuildTool;
|
|
using System.IO;
|
|
|
|
public class DatasmithRevit2023Target : DatasmithRevitBaseTarget
|
|
{
|
|
public DatasmithRevit2023Target(TargetInfo Target)
|
|
: base(Target)
|
|
{
|
|
}
|
|
|
|
public override string GetVersion() { return "2023"; }
|
|
}
|