Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UI > API/Plugins/NetcodeUnitTest/UI/SLogWidget
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h |
Include | #include "UI/SLogWidget.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWidget.cpp |
void ScrollToText
&40;
TSharedRef< FLogTabInfo > InTab,
FString FindText,
bool bSearchUp
&41;
Remarks
Scrolls to the specified text, in the specified tab (starting from the currently selected line)
Parameters
Name | Description |
---|---|
InTab | The tab that the search is being performed in |
FindText | The text to find |
bSearchUp | Whether or not to search up instead of down |