Files
UnrealEngine/Engine/Plugins/Performance/AutomatedPerfTesting/Resources/TemplatesForHookup/GauntletSettings.xml
2025-05-18 13:04:45 +08:00

14 lines
836 B
XML

<?xml version='1.0' ?>
<BuildGraph xmlns="http://www.epicgames.com/BuildGraph" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.epicgames.com/BuildGraph ../../Schema.xsd" >
<!-- Gauntlet additional arguments - use dx12 RHI -->
<!-- Using BuildNamePath specifically as we want the preflight suffix if it exists (cargo cult?). -->
<Option Name="ExtraGauntletCommonArgs" DefaultValue="-BuildName=$(BuildNamePath)" Description="Additional Common arguments passed to Gauntlet command line"/>
<!-- Common AutoTestPerf Gauntlet settings -->
<Include Script="$(RootDir)/Engine/Plugins/Performance/AutomatedPerfTesting/Build/Inc/AutomatedPerfTestCommonSettings.xml" />
<!-- Common Gauntlet settings -->
<Include Script="$(RootDir)/Engine/Build/Graph/Tasks/Inc/GauntletSettings.xml" />
</BuildGraph>