Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringConv.h |
| Include | #include "Containers/StringConv.h" |
template<typename To, typename From>
To CharCast
(
From Ch
)
Remarks
Casts one fixed-width char type into another. The converted character.
Parameters
| Name | Description |
|---|---|
| Ch | The character to convert. |