Navigation
API > API/Runtime > API/Runtime/Core
Description
Convert the string to PascalCase when appended to a string builder.
Only ASCII characters will be converted. Builder<
| Name | UE::String::PascalCase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/String/CaseConversion.h |
| Include Path | #include "String/CaseConversion.h" |
namespace UE
{
namespace String
{
Private::TPascalCase < TCHAR > UE::String::PascalCase
(
FStringView Input
)
}
}
An anonymous object to append to a string builder.
Parameters
| Name | Remarks |
|---|---|
| Input | The string to convert to PascalCase. |