Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveMD5
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ArchiveMD5.h |
| Include | #include "Misc/ArchiveMD5.h" |
Syntax
class FArchiveMD5 : public FArchive
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMD5 | MD5 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArchiveMD5 () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FGuid | |||
| void |
Overridden from FArchive
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
void* Data, |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns the name of the Archive. | ||
| void | Reset () |
Resets all of the base archive members. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArchive & | operator<<
(
FName& Value |
Serializes an FName value from or into this archive. | |
| FArchive & | operator<<
(
UObject*& Value |
Serializes an UObject value from or into this archive. |