11 lines
908 B
XML
11 lines
908 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<BuildGraph xmlns="http://www.epicgames.com/BuildGraph" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.epicgames.com/BuildGraph ../../../../../../../Engine/Build/Graph/Schema.xsd" >
|
|
|
|
<!-- These are options for Automated Perf Testing that can - and often should - be overriden in a given project -->
|
|
<Option Name="MapSequenceComboNames" DefaultValue="" Description="+ separated list of names, referencing the names of Map/Sequence combos defined in Automated Perf Test | Sequence Project Settings" />
|
|
|
|
<Option Name="StaticCameraMapNames" DefaultValue="" Description="+ separated list of names, referencing the names of Maps defined in Automated Perf Test | Static Camera Project Settings" />
|
|
|
|
<Option Name="ReplayName" DefaultValue="" Description="Name of replay to run when running Automated Perf Test Replay" />
|
|
</BuildGraph>
|