Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging > API/Runtime/Core/Logging/FMessageLog
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 |
void SetCurrentPage
&40;
const FText & InLabel
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| InLabel | The label for the page. |