Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryLexFromString
(
FBlake3Hash& OutHash, |
Construct a hash from a 64-character hex string. | Hash/Blake3.h | |
bool TryLexFromString
(
FIoHash& OutHash, |
Construct a hash from a 40-character hex string. | IO/IoHash.h |
TryLexFromString(FBlake3Hash &, TStringView< CharType >)
Description
Construct a hash from a 64-character hex string.
| Name | TryLexFromString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
| Include Path | #include "Hash/Blake3.h" |
template<typename CharType>
bool TryLexFromString
(
FBlake3Hash & OutHash,
TStringView < CharType > String
)
TryLexFromString(FIoHash &, TStringView< CharType >)
Description
Construct a hash from a 40-character hex string.
| Name | TryLexFromString |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoHash.h |
| Include Path | #include "IO/IoHash.h" |
template<typename CharType>
bool TryLexFromString
(
FIoHash & OutHash,
TStringView < CharType > String
)