ESearchCase::Type

Determines case sensitivity options for string comparisons.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/CString.h"

Syntax

namespace ESearchCase
{
    enum Type
    {
        CaseSensitive,
        IgnoreCase,
    }
}

Values

Name

Description

CaseSensitive

Case sensitive. Upper/lower casing must match for strings to be considered equal.

IgnoreCase

Ignore case. Upper/lower casing does not matter when making a comparison.

Remarks

Determines case sensitivity options for string comparisons.

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