Ark Server API (ASA) - Wiki
|
#include <SecureHash.h>
Public Member Functions | |
FSHAHash () | |
void | AppendString (FString &Out) const |
FString | ToString () const |
void | ToString (TCHAR *Dest, bool bNullTerminate) const |
void | FromString (const FStringView &Src) |
Static Public Member Functions | |
static constexpr int32 | GetStringLen () |
Public Attributes | |
uint8 | Hash [20] |
Friends | |
bool | operator== (const FSHAHash &X, const FSHAHash &Y) |
bool | operator!= (const FSHAHash &X, const FSHAHash &Y) |
bool | operator< (const FSHAHash &X, const FSHAHash &Y) |
FArchive & | operator<< (FArchive &Ar, FSHAHash &G) |
uint32 | GetTypeHash (const FSHAHash &InKey) |
FString | LexToString (const FSHAHash &) |
void | LexFromString (FSHAHash &Hash, const TCHAR *) |
FStringBuilderBase & | operator<< (FStringBuilderBase &Builder, const FSHAHash &InHash) |
FAnsiStringBuilderBase & | operator<< (FAnsiStringBuilderBase &Builder, const FSHAHash &InHash) |
FCbWriter & | operator<< (FCbWriter &Writer, const FSHAHash &Hash) |
bool | LoadFromCompactBinary (FCbFieldView Field, FSHAHash &OutHash) |
Stores an SHA hash generated by FSHA1.
Definition at line 227 of file SecureHash.h.
|
inline |
|
inline |
Definition at line 265 of file SecureHash.h.
Definition at line 237 of file SecureHash.h.
|
inline |
Definition at line 249 of file SecureHash.h.
Definition at line 288 of file SecureHash.h.
|
friend |
Definition at line 276 of file SecureHash.h.
Definition at line 281 of file SecureHash.h.
|
friend |
Definition at line 296 of file SecureHash.h.
|
friend |
Definition at line 295 of file SecureHash.h.
Definition at line 271 of file SecureHash.h.
uint8 FSHAHash::Hash[20] |
Definition at line 230 of file SecureHash.h.