Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static CharType * Strupr
(
CharType(&) Dest |
Strupr wrapper (templated version to automatically handle static destination array case) | Misc/CString.h | |
static CharType * Strupr
(
CharType* Dest, |
Strupr wrapper | Misc/CString.h |
Strupr(CharType(&))
Description
Strupr wrapper (templated version to automatically handle static destination array case)
| Name | Strupr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include Path | #include "Misc/CString.h" |
template<SIZE_T DestCount>
static CharType * Strupr
(
CharType(&) Dest
)
destination string
Parameters
| Name | Remarks |
|---|---|
| Dest | destination string to convert |
Strupr(CharType *, SIZE_T)
Description
Strupr wrapper
| Name | Strupr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include Path | #include "Misc/CString.h" |
static CharType * Strupr
(
CharType * Dest,
SIZE_T DestCount
)
destination string
Parameters
| Name | Remarks |
|---|---|
| Dest | destination string to convert |
| Destcount | size of Dest in characters |