Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting
References
| Module | AutomatedPerfTesting |
| Header | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedPerfTestControllerBase.h |
| Include | #include "AutomatedPerfTestControllerBase.h" |
Syntax
enum EAutomatedPerfTestCSVOutputMode
{
UMETA =(DisplayName = "Single CSV", ToolTip = "Output a single CSV with all of the results for the entire session, from SetupTest to ExitTest."),
UMETA =(DisplayName = "Separate CSVs", ToolTip = "Output CSVs from RunTest to TeardownTest. May result into multiple output CSVs that require special processing."),
UMETA =(DisplayName = "Granular CSVs", ToolTip = "Output granular CSVs during the test run, resulting in multiple CSVs between RunTest and TeardownTest."),
}
Values
| Name | Description |
|---|---|
| UMETA | |
| UMETA | |
| UMETA |