Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include | #include "Misc/SecureHash.h" |
Syntax
class FSHAHash
Remarks
Stores an SHA hash generated by FSHA1.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8[20] | Hash |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSHAHash () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendString
(
FString& Out |
||
| void | FromString
(
const FStringView& Src |
||
| constexpr int32 | GetStringLen () |
||
| FString | ToString () |
||
| void | ToString
(
TCHAR* Dest, |