Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMessageLog
Description
Opens the log for display to the user given certain conditions. This call will cause a flush so that the logs state is properly reflected.
| Name | Open |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/MessageLog.h |
| Include Path | #include "Logging/MessageLog.h" |
| Source | /Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp |
void Open
(
EMessageSeverity::Type InSeverityFilter,
bool bOpenEvenIfEmpty
)
Parameters
| Name | Remarks |
|---|---|
| InSeverityFilter | Only messages of higher severity than this filter will be considered when checking. |
| bOpenEvenIfEmpty | Override the filter & log status & force the log to open. |