FOutputDeviceFile::SetFilename

Sets the filename that the output device writes to.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceFile.h

Include

#include "Misc/OutputDeviceFile.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/OutputDeviceFile.cpp

Syntax

void SetFilename
(
    const TCHAR * InFilename
)

Remarks

Sets the filename that the output device writes to. If the output device was already writing to a file, closes that file.

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