Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FOutputDeviceFile
Description
Sets the filename that the output device writes to. If the output device was already writing to a file, closes that file.
| Name | SetFilename |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceFile.h |
| Include Path | #include "Misc/OutputDeviceFile.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceFile.cpp |
void SetFilename
(
const TCHAR * InFilename
)