FMessageLog::Open

Opens the log for display to the user given certain conditions.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Logging/MessageLog.h

Include

#include "Logging/MessageLog.h"

Source

/Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp

Syntax

void Open
(
    EMessageSeverity::Type InSeverityFilter,
    bool bOpenEvenIfEmpty
)

Remarks

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.

Parameters

Parameter

Description

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.

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