SLogWidget::ScrollToText

Scrolls to the specified text, in the specified tab (starting from the currently selected line)

Windows
MacOS
Linux

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

Syntax

void ScrollToText
(
    TSharedRef< FLogTabInfo > InTab,
    FString FindText,
    bool bSearchUp
)

Remarks

Scrolls to the specified text, in the specified tab (starting from the currently selected line)

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss