FGenericPlatformString::IsValidChar

Tests whether a particular character is a valid member of its encoding.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformString.h"

Syntax

template<typename Encoding>
static bool IsValidChar
(
    Encoding Ch
)

Remarks

Tests whether a particular character is a valid member of its encoding.

Returns

True if the character is a valid member of Encoding.

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