Navigation
API > API/Developer > API/Developer/MessageLog
Options for setting up a message log's UI
| Name | FMessageLogInitializationOptions |
| Type | struct |
| Header File | /Engine/Source/Developer/MessageLog/Public/MessageLogInitializationOptions.h |
| Include Path | #include "MessageLogInitializationOptions.h" |
Syntax
struct FMessageLogInitializationOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMessageLogInitializationOptions() |
MessageLogInitializationOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowClear | bool | Whether to allow the user to clear this log. | MessageLogInitializationOptions.h | |
| bDiscardDuplicates | bool | Whether to check for duplicate messages & discard them | MessageLogInitializationOptions.h | |
| bScrollToBottom | bool | Whether to scroll to the bottom of the window when messages are added | MessageLogInitializationOptions.h | |
| bShowFilters | bool | Whether to show the filters menu | MessageLogInitializationOptions.h | |
| bShowInLogWindow | bool | Whether to show this log in the main log window | MessageLogInitializationOptions.h | |
| bShowPages | bool | Whether to initially show the pages widget. | MessageLogInitializationOptions.h | |
| MaxPageCount | uint32 | The maximum number of pages this log can hold. Pages are managed in a first in, last out manner | MessageLogInitializationOptions.h |