FMessageLogModule::CreateLogListingWidget

Creates a log listing widget to view data from the passed-in listing.

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 SWidget > CreateLogListingWidget
(
    const TSharedRef< class IMessageLogListing > & InMessageLogListing
)

Remarks

Creates a log listing widget to view data from the passed-in listing.

Returns

the log listing widget.

Parameters

Parameter

Description

InMessageLogListing

The log listing created via CreateLogListing().

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