FGenericPlatformString::CanConvertChar

Tests whether a particular character can be converted to the destination encoding.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformString.h

Include

#include "GenericPlatform/GenericPlatformString.h"

Syntax

template<typename DestEncoding, typename SourceEncoding>
static bool CanConvertChar
(
    SourceEncoding Ch
)

Remarks

Tests whether a particular character can be converted to the destination encoding.

Returns

True if Ch can be encoded as a DestEncoding.

Parameters

Parameter

Description

Ch

The character to test.

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