FMessageLogModule::UnregisterLogListing

Unregisters a log listing with the message log widget.

Windows
MacOS
Linux

References

Module

MessageLog

Header

/Engine/Source/Developer/MessageLog/Public/MessageLogModule.h

Include

#include "MessageLogModule.h"

Source

/Engine/Source/Developer/MessageLog/Private/MessageLogModule.cpp

Syntax

virtual bool UnregisterLogListing
(
    const FName & LogName
)

Remarks

Unregisters a log listing with the message log widget.

Returns

true if successful.

Parameters

Parameter

Description

LogName

The name of the log to unregister.

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