Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FOutputDeviceHelper
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceHelper.h |
Include | #include "Misc/OutputDeviceHelper.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceHelper.cpp |
static FString FormatLogLine
&40;
ELogVerbosity::Type Verbosity,
const FName & Category,
const TCHAR &42; Message,
ELogTimes::Type LogTime,
double Time,
int32 &42; OutCategoryIndex
&41;
Remarks
Formats a log line with date, time, category and verbosity prefix Formatted log line
Parameters
Name | Description |
---|---|
Verbosity | Message verbosity |
Category | Message category |
Message | Optional message text. If nullptr, only the date/time/category/verbosity prefix will be returned |
LogTime | Time format |
Time | Time in seconds |
OutCategoryIndex | (if non-null) The index of the category within the return string is written here, or INDEX_NONE if the category is suppressed |