Ark Server API (ASA) - Wiki
|
#include "Containers/StringFwd.h"
#include "Containers/StringView.h"
#include "Containers/UnrealString.h"
#include "HAL/Platform.h"
#include "HAL/PlatformString.h"
#include "HAL/UnrealMemory.h"
#include "Memory/MemoryFwd.h"
#include "Memory/MemoryView.h"
#include "Misc/AssertionMacros.h"
#include "Serialization/Archive.h"
#include "String/BytesToHex.h"
#include "String/HexToBytes.h"
#include "Templates/TypeCompatibleBytes.h"
Go to the source code of this file.
Classes | |
struct | FBlake3Hash |
class | FBlake3 |
Functions | |
template<typename CharType > | |
TStringBuilderBase< CharType > & | operator<< (TStringBuilderBase< CharType > &Builder, const FBlake3Hash &Hash) |
void | LexFromString (FBlake3Hash &OutHash, const TCHAR *Buffer) |
FString | LexToString (const FBlake3Hash &Hash) |
|
inline |
FString LexToString | ( | const FBlake3Hash & | Hash | ) |
Convert a hash to a 64-character hex string.
|
inline |