FMessageLogModule::GetLogListing

Get a message log listing registered with the message log. If it does not exist it will created.

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 TSharedRef< class IMessageLogListing > GetLogListing
(
    const FName & LogName
)

Remarks

Get a message log listing registered with the message log. If it does not exist it will created.

Returns

the log listing.

Parameters

Parameter

Description

LogName

The name of the log to retrieve

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