SLogWidget::UpdateFindHighlight

Updates the find text highlighting for a tab

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 UpdateFindHighlight
(
    TSharedPtr< FLogTabInfo > InTab,
    bool bHighlight,
    FString HighlightText
)

Remarks

Updates the find text highlighting for a tab

Parameters

Parameter

Description

InTab

The tab to update

bHighlight

Whether or not highlighting has been enabled (NOTE: This often differs from the tabs bHighlightFind value)

HighlightText

The text to highlight, if any

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