Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMessageLog
Description
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.
| Name | NewPage |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/MessageLog.h |
| Include Path | #include "Logging/MessageLog.h" |
| Source | /Engine/Source/Runtime/Core/Private/Logging/MessageLog.cpp |
void NewPage
(
const FText & InLabel
)
Parameters
| Name | Remarks |
|---|---|
| InLabel | The label for the page. |