Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMessageLog
Description
Sets the current page to the one specified by the label. This call will cause a flush so that the logs state is properly reflected.
| Name | SetCurrentPage |
| 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 SetCurrentPage
(
const FText & InLabel
)
Parameters
| Name | Remarks |
|---|---|
| InLabel | The label for the page. |