IMessageLogListing::SelectMessage

Set the message selection state

Windows
MacOS
Linux

References

Module

MessageLog

Header

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

Include

#include "IMessageLogListing.h"

Syntax

void SelectMessage
(
    const TSharedRef< class FTokenizedMessage > & Message,
    bool bSelected
)

Remarks

Set the message selection state

Parameters

Parameter

Description

Message

The message to select/deselect.

bSelected

Whether to select or deselect the message.

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