Navigation
API > API/Runtime > API/Runtime/Core
Asynchronous SHA verification
| Name | FAsyncSHAVerify |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include Path | #include "Misc/SecureHash.h" |
Syntax
class FAsyncSHAVerify
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAsyncSHAVerify
(
void* InBuffer, |
Constructor. | Misc/SecureHash.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Abandon() |
Abandon task, deletes the buffer if that is what was requested | Misc/SecureHash.h | |
bool CanAbandon() |
Task API, return true to indicate that we can abandon | Misc/SecureHash.h | |
void DoWork() |
Performs the async hash verification | Misc/SecureHash.h | |
TStatId GetStatId() |
Misc/SecureHash.h |