Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns a new string with the characters of this converted to uppercase | |||
| Converts all characters in this rvalue string to uppercase and moves it into the returned string. |
ToUpper()
Description
Returns a new string with the characters of this converted to uppercase
| Name | ToUpper |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
FString ToUpper() const
ToUpper()
Description
Converts all characters in this rvalue string to uppercase and moves it into the returned string.
| Name | ToUpper |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
FString ToUpper()
a new string with the characters of this converted to uppercase