class BenchmarkConfigSource
Members 6
bool m_LogToRPTReferenced by LogToRPT(), MissionBenchmark.FPSLog(), MissionBenchmark.OnBenchmarkEnd()
Show 1 more
, MissionBenchmark.Start()bool m_DoDevPrintsint m_PreloadLength = 5float m_TimeMultiplier = 1Referenced by SetTestTimeMultiplier(), MissionBenchmark.OnUpdate(), and MissionBenchmark.PreloadUpdate()
string m_CSVNameref array<ref BenchmarkLocation> m_Locations = new array<ref BenchmarkLocation>()Methods 9
void AddLocation(notnull BenchmarkLocation loc)References AddLocation(), new BenchmarkLocation(), BenchmarkLocation.SetLookAtPosition()
Show 1 more
, BenchmarkLocation.SetPosition()void AddTeleport()void AddWait()void LogToRPT(bool logRPT)References m_LogToRPT
void DoDevPrints(bool doPrints)References m_DoDevPrints
void SetPreloadLengthTime(int seconds)References m_PreloadLength
void SetTestTimeMultiplier(float multiplier)References m_TimeMultiplier