CharCast

Casts one fixed-width char type into another.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/StringConv.h

Include

#include "Containers/StringConv.h"

Syntax

template<typename To, typename From>
To CharCast
(
    From Ch
)

Remarks

Casts one fixed-width char type into another.

Returns

The converted character.

Parameters

Parameter

Description

Ch

The character to convert.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss