Navigation
API > API/Runtime > API/Runtime/Core
Stores an SHA hash generated by FSHA1.
| Name | FSHAHash |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include Path | #include "Misc/SecureHash.h" |
Syntax
class FSHAHash
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSHAHash() |
Misc/SecureHash.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hash | uint8 | Misc/SecureHash.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendString
(
FString& Out |
Misc/SecureHash.h | ||
void FromString
(
const FStringView& Src |
Misc/SecureHash.h | ||
bool LoadFromCompactBinary
(
const FCbFieldView& Field |
Misc/SecureHash.h | ||
| Misc/SecureHash.h | |||
void ToString
(
TCHAR* Dest, |
Misc/SecureHash.h | ||
| Misc/SecureHash.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetStringLen() |
Misc/SecureHash.h |