You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Set the stand-alone virtualization tool to always build with the latest include order
#rb trivial #rnx #preflight 624ad55ce434babd8a30214c [CL 19607021 by paul chipchase in ue5-main branch]
This commit is contained in:
@@ -9,6 +9,7 @@ public class UnrealVirtualizationToolTarget : TargetRules
|
||||
{
|
||||
Type = TargetType.Program;
|
||||
LinkType = TargetLinkType.Monolithic;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
|
||||
|
||||
LaunchModuleName = "UnrealVirtualizationTool";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user