FMessageLog::NewPage

Add a new page to the log.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Logging/MessageLog.h"

Source

/Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp

Syntax

void NewPage
(
    const FText & InLabel
)

Remarks

Add a new page to the log. Pages will not be created until messages are added to them, so we dont generate lots of empty pages. This call will cause a flush so that the logs state is properly reflected.

Parameters

Parameter

Description

InLabel

The label for the 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