Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
const bool CheckTCharIsHex
(
const TCHAR Char
)
Remarks
Checks if the TChar is a valid hex character True if in 0-9 and A-F ranges
Parameters
| Name | Description |
|---|---|
| Char | The character |