Files
UnrealEngineUWP/Engine/Source/Programs/Enterprise/Datasmith/DatasmithMaxExporter/DatasmithMax2016.Target.cs

16 lines
371 B
C#
Raw Normal View History

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class DatasmithMax2016Target : DatasmithMaxBaseTarget
{
public DatasmithMax2016Target(TargetInfo Target) : base(Target)
{
LaunchModuleName = "DatasmithMax2016";
ExeBinariesSubFolder = @"3DSMax\2016";
AddCopyPostBuildStep(Target);
}
}