IMessageLog::NewPage

Adds a new page to the log.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Logging/IMessageLog.h

Include

#include "Logging/IMessageLog.h"

Syntax

void NewPage
(
    const FText & Title
)

Remarks

Adds a new page to the log. Old pages are only kept around if they contain messages, so if the current page is empty, this call does nothing.

Parameters

Parameter

Description

Title

the title of the new page

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