UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FindSortedStringCaseInsensitive.h File Reference
#include "CoreTypes.h"

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

int32 Algo::FindSortedStringCaseInsensitive (const TCHAR *Str, const TCHAR *const *SortedArray, int32 ArrayCount)
 
template<int32 ArraySize>
UE_REWRITE int32 Algo::FindSortedStringCaseInsensitive (const TCHAR *Str, const TCHAR *const (&SortedArray)[ArraySize])