FAutomationEditorCommonUtils::WriteToTextFile

Writes a number to a text file. Writes a number to a text file.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Tests/AutomationEditorCommon.h

Include

#include "Tests/AutomationEditorCommon.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Tests/AutomationEditorCommon.cpp

Syntax

static void WriteToTextFile
(
    const FString & InTestName,
    const FString & InTestItem,
    const FString & InFileName,
    const float & InEntry,
    const FString & Delimiter
)

Remarks

Writes a number to a text file.

Writes a number to a text file.

Parameters

Parameter

Description

InTestName

is the folder that has the same name as the test. (For Example: "Performance").

InItemBeingTested

is the name for the thing that is being tested. (For Example: "MapName").

InFileName

is the name of the file with an extension

InNumberToBeWritten

is the float number that is expected to be written to the file.

Delimiter

is the delimiter to be used. TEXT(",")

InTestName

is the folder that has the same name as the test. (For Example: "Performance").

InItemBeingTested

is the name for the thing that is being tested. (For Example: "MapName").

InFileName

is the name of the file with an extension

InNumberToBeWritten

is the float number that is expected to be written to the file.

Delimiter

is the delimiter to be used. TEXT(",")

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss