FMessageLogModule::RegisterLogListing

End [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface) interface Registers 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 void RegisterLogListing
(
    const FName & LogName,
    const FText & LogLabel,
    const FMessageLogInitializationOptions & InitializationOptions
)

Remarks

End IModuleInterface interface Registers a log listing with the message log widget. This log is displayed in the global Message Log window by default, but this can be disabled in InitializationOptions. It is not necessary to call this function before outputting to a log via AddMessage etc. This call simply registers a UI to view the log data.

Parameters

Parameter

Description

LogName

The name of the log to register

LogLabel

The label to display for the log

InitializationOptions

Initialization options for this message log

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