Convert

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TEnableIf< T...

 

Convert

(
    DestEncoding* Dest,
    int32 DestSize,
    const SourceEncoding* Src,
    int32 SrcSize,
    DestEncoding BogusChar
)

Converts the [Src, Src+SrcSize) string range from SourceChar to DestChar and writes it to the [Dest, Dest+DestSize) range.

Public function Static

TEnableIf< &...

 

Convert

(
    DestEncoding* Dest,
    int32 DestSize,
    const SourceEncoding* Src,
    int32 SrcSize,
    DestEncoding BogusChar
)

Converts the [Src, Src+SrcSize) string range from SourceEncoding to DestEncoding and writes it to the [Dest, Dest+DestSize) range.

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