| averageThreshold |
float |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Average Threshold", ToolTip="Ignores stats whose average is under this threshold.")
|
| budget |
float |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Budget [ms]", ToolTip="Sets the budget line. Default is 33.3.")
|
| colourOffset |
int |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Colour Offset", ToolTip="Rotates the colours.")
|
| CSV |
FFilePath |
The base directories to be considered Internal Only for the struct picker. |
CSVtoSVGArguments.h |
- EditAnywhere
- Category=RequiredArguments
- Meta=(EditorConfig, DisplayName="CSV", ToolTip="Specifies a list of CSVs separated by spaces")
|
| graphOnly |
bool |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Graph only", ToolTip="Render just the graph, no borders.")
|
| height |
int32 |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Height", ToolTip="The height of the graph.")
|
| interactive |
bool |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Interactive", ToolTip="Adds an interactive frame marker.")
|
| maxX |
float |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="maxX ", ToolTip="Clamps the X and Y range of the source data.")
|
| maxY |
float |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="maxY", ToolTip="Clamps the X and Y range of the source data.")
|
| minX |
float |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="minX", ToolTip="Clamps the X and Y range of the source data.")
|
| minY |
float |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="minY", ToolTip="Clamps the X and Y range of the source data.")
|
| noMetadata |
bool |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="No Metadata", ToolTip="")
|
| OutputDirectory |
FDirectoryPath |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=RequiredArguments
- Meta=(EditorConfig, DisplayName="Ouput Directory", ToolTip="Sets the filename for the SVG output.")
|
| OutputFilename |
FString |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=RequiredArguments
- Meta=(EditorConfig, DisplayName="Ouput Filename", ToolTip="Sets the filename for the SVG output.")
|
| showaverages |
bool |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Show Averages", ToolTip="Shows stat averages next to the legend and sorts the stats in the legend high to low by average value.")
|
| skipRows |
int32 |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Skip Rows", ToolTip="Skips a specified number of rows in the CSV. This is useful for CSV file sgenerated from the FPSChartStart command, where there's a 4-row summary at the top.")
|
| smooth |
bool |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Smooth", ToolTip="Smooth the graph.")
|
| smoothKernelPercent |
float |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Smooth kernel size", ToolTip="Specifies the smoothing kernel size as a percentage of the graph length.")
|
| smoothKernelSize |
int32 |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Smooth kernel size", ToolTip="Specifies the smoothing kernel size in column entries to use.")
|
| stacked |
bool |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Stacked", ToolTip="Makes a stacked graph for cumulative stats.")
|
| stacktotalstack |
FString |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Stacked Total Stat", ToolTip="Specifies the total stat. Valid for stacked graphs only.")
|
| theme |
ESVGTheme |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Theme", ToolTip="")
|
| thickness |
float |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Thickness", ToolTip="Sets the line thickness of the graph.")
|
| threshold |
float |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Threshold", ToolTip="Ignores stats which are entirely under this threshold.")
|
| title |
FString |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Title", ToolTip="Sets the title for the graph.")
|
| width |
int32 |
|
CSVtoSVGArguments.h |
- EditAnywhere
- Category=OptionalArguments
- Meta=(EditorConfig, DisplayName="Width", ToolTip="The width of the graph.")
|