UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ESearchCase Namespace Reference

Enumerations

enum  Type { CaseSensitive , IgnoreCase }
 

Detailed Description

Determines case sensitivity options for string comparisons.

Enumeration Type Documentation

◆ Type

Enumerator
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.