FMessageLogInitializationOptions

Options for setting up a message log's UI

Windows
MacOS
Linux

References

Module

MessageLog

Header

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

Include

#include "MessageLogInitializationOptions.h"

Syntax

struct FMessageLogInitializationOptions

Remarks

Options for setting up a message log's UI

Variables

Name Description

Public variable

bool

 

bAllowClear

Whether to allow the user to clear this log.

Public variable

bool

 

bDiscardDuplicates

Whether to check for duplicate messages & discard them

Public variable

bool

 

bShowFilters

Whether to show the filters menu

Public variable

bool

 

bShowInLogWindow

Whether to show this log in the main log window

Public variable

bool

 

bShowPages

Whether to initially show the pages widget.

Public variable

uint32

 

MaxPageCount

The maximum number of pages this log can hold. Pages are managed in a first in, last out manner

Constructors

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