FTextFilterString::CompareFString

Compare this string against the other [FString](API\Runtime\Core\Containers\FString), using the text comparison mode provided

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/TextFilterUtils.h

Include

#include "Misc/TextFilterUtils.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/TextFilterUtils.cpp

Syntax

bool CompareFString
(
    const FString & InOther,
    const ETextFilterTextComparisonMode InTextComparisonMode
) const

Remarks

Compare this string against the other FString, using the text comparison mode provided

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