CheckTCharIsHex

Checks if the [TChar](API\Runtime\Core\Misc\TChar) is a valid hex character

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/UnrealString.h"

Syntax

const bool CheckTCharIsHex
(
    const TCHAR Char
)

Remarks

Checks if the TChar is a valid hex character

Returns

True if in 0-9 and A-F ranges

Parameters

Parameter

Description

Char

The character

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