ETextFilterTextComparisonMode

Defines the different ways that a string can be compared while evaluating the expression

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/TextFilterUtils.h"

Syntax

enum ETextFilterTextComparisonMode
{
    Exact,
    Partial,
    StartsWith,
    EndsWith,
}

Values

Name

Description

Exact

Partial

StartsWith

EndsWith

Remarks

Defines the different ways that a string can be compared while evaluating the expression

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