You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Migrated and updated the only test code I found in the plugin, some basic predicted cue functionality, to the test program. Low-level test runner InitAll helper function now sets GIsRunning to true, NetworkPrediction is checking for this during initialization. #jira none #rb brian.bekich, chris.constantinescu #preflight 6413818332723d4a20e515c8 [CL 24679630 by Ryan Gerleve in ue5-main branch]
32 lines
2.4 KiB
XML
32 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<BuildGraph xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.epicgames.com/BuildGraph ../../Build/Graph/Schema.xsd" xmlns="http://www.epicgames.com/BuildGraph">
|
|
<Property Name="TestNames" Value="HeadlessChaos;Foundation;ReplicationSystem;NetworkPredictionPlugin" />
|
|
<Property Name="NetworkPredictionPluginDisabled" Value="False" />
|
|
<Property Name="ReplicationSystemDisabled" Value="False" />
|
|
<Property Name="FoundationDisabled" Value="False" />
|
|
<Property Name="HeadlessChaosDisabled" Value="False" />
|
|
<Property Name="NetworkPredictionPluginShort" Value="Net Prediction" />
|
|
<Property Name="ReplicationSystemShort" Value="Replication System" />
|
|
<Property Name="FoundationShort" Value="Foundation" />
|
|
<Property Name="HeadlessChaosShort" Value="Headless Chaos" />
|
|
<Property Name="NetworkPredictionPluginTarget" Value="NetworkPredictionTests" />
|
|
<Property Name="ReplicationSystemTarget" Value="ReplicationSystemLowLevelTests" />
|
|
<Property Name="FoundationTarget" Value="FoundationTests" />
|
|
<Property Name="HeadlessChaosTarget" Value="HeadlessChaos" />
|
|
<Property Name="NetworkPredictionPluginBinariesRelative" Value="Engine\Binaries" />
|
|
<Property Name="ReplicationSystemBinariesRelative" Value="Engine\Binaries" />
|
|
<Property Name="FoundationBinariesRelative" Value="Engine\Binaries" />
|
|
<Property Name="HeadlessChaosBinariesRelative" Value="Engine\Binaries" />
|
|
<Property Name="NetworkPredictionPluginReportType" Value="console" />
|
|
<Property Name="ReplicationSystemReportType" Value="console" />
|
|
<Property Name="FoundationReportType" Value="console" />
|
|
<Property Name="HeadlessChaosReportType" Value="console" />
|
|
<Option Name="RunNetworkPredictionPluginTests" DefaultValue="False" Description="Run Net Prediction Tests" />
|
|
<Option Name="RunReplicationSystemTests" DefaultValue="False" Description="Run Replication System Tests" />
|
|
<Option Name="RunFoundationTests" DefaultValue="False" Description="Run Foundation Tests" />
|
|
<Option Name="RunHeadlessChaosTests" DefaultValue="False" Description="Run Headless Chaos Tests" />
|
|
<Property Name="NetworkPredictionPluginSupportedPlatforms" Value="Win64;Linux" />
|
|
<Property Name="ReplicationSystemSupportedPlatforms" Value="Win64;Linux" />
|
|
<Property Name="FoundationSupportedPlatforms" Value="Win64;Mac;Linux;Android" />
|
|
<Property Name="HeadlessChaosSupportedPlatforms" Value="Win64" />
|
|
</BuildGraph> |