Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformOutputDevices
Description
Returns the absolute log filename generated from the project properties and/or command line parameters. The returned value may change during the execution, may not exist yet or may be locked by another process. It depends if the function is called before the log file was successfully opened or after. The log file is open lazily.
| Name | GetAbsoluteLogFilename |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformOutputDevices.h |
| Include Path | #include "GenericPlatform/GenericPlatformOutputDevices.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformOutputDevices.cpp |
static FString GetAbsoluteLogFilename()