Files
UnrealEngineUWP/Engine/Plugins/Experimental/StateGraph/Tests/StateGraphTests/StateGraphTests.Target.cs
chris constantinescu 199373a78d UBT new plugin test - generate solution doesn't include create new target
#rb Jerome.Delattre, Eric.Day
#jira UE-192402

[CL 26919864 by chris constantinescu in ue5-main branch]
2023-08-08 12:26:25 -04:00

13 lines
271 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class StateGraphTestsTarget : TestTargetRules
{
public StateGraphTestsTarget(TargetInfo Target) : base(Target)
{
bForceEnableExceptions = true;
EnablePlugins.Add("StateGraph");
}
}