Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/UAutomationPerformaceHelper
Description
Writes the current set of performance stats records to a csv file in the profiling directory. An additional directory and an extension override can also be used.
| Name | WriteLogFile |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include Path | #include "FunctionalTest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp |
UFUNCTION (BlueprintCallable, Category=Perf)
void WriteLogFile
(
const FString & CaptureDir,
const FString & CaptureExtension
)