FMessageLogListingViewModel::NewPage

Adds a new page to the log.

Unreal Engine C++ API Reference > Developer > MessageLog > Presentation > FMessageLogListingViewModel

References

   
Module MessageLog
Header /Engine/Source/Developer/MessageLog/Public/Presentation/MessageLogListingViewModel.h
Include #include "Presentation/MessageLogListingViewModel.h"
Source /Engine/Source/Developer/MessageLog/Private/Presentation/MessageLogListingViewModel.cpp
virtual void NewPage
(
    const [FText](API\Runtime\Core\Internationalization\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

Name Description
Title the title of the new page

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library