Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Private::TLowerCase< ANSICHAR > UE::String::LowerCase
(
FAnsiStringView Input |
Convert the string to lowercase when appended to a string builder. | String/CaseConversion.h | |
Private::TLowerCase< UTF8CHAR > UE::String::LowerCase
(
FUtf8StringView Input |
String/CaseConversion.h | ||
Private::TLowerCase< WIDECHAR > UE::String::LowerCase
(
FWideStringView Input |
String/CaseConversion.h |
UE::String::LowerCase(FAnsiStringView)
Description
Convert the string to lowercase when appended to a string builder.
Only ASCII characters will be converted, similar to CRT to[w]upper() with the standard C locale. Builder<
| Name | UE::String::LowerCase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/String/CaseConversion.h |
| Include Path | #include "String/CaseConversion.h" |
namespace UE
{
namespace String
{
Private::TLowerCase < ANSICHAR > UE::String::LowerCase
(
FAnsiStringView Input
)
}
}
An anonymous object to append to a string builder.
Parameters
| Name | Remarks |
|---|---|
| Input | The string to convert to lowercase. |
UE::String::LowerCase(FUtf8StringView)
| Name | UE::String::LowerCase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/String/CaseConversion.h |
| Include Path | #include "String/CaseConversion.h" |
namespace UE
{
namespace String
{
Private::TLowerCase < UTF8CHAR > UE::String::LowerCase
(
FUtf8StringView Input
)
}
}
UE::String::LowerCase(FWideStringView)
| Name | UE::String::LowerCase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/String/CaseConversion.h |
| Include Path | #include "String/CaseConversion.h" |
namespace UE
{
namespace String
{
Private::TLowerCase < WIDECHAR > UE::String::LowerCase
(
FWideStringView Input
)
}
}