FTextFilterString::CompareNumeric

Compare this string against the other, converting them to numbers and using the comparison operator provided - you should have tested CanCompareNumeric first!

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 CompareNumeric
(
    const FTextFilterString & InOther,
    const ETextFilterComparisonOperation InComparisonOperation
) const

Remarks

Compare this string against the other, converting them to numbers and using the comparison operator provided - you should have tested CanCompareNumeric first!

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