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
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. | |
| FArchive & | operator<<
(
FText& Value |
Serializes an FText value from or into an archive. | |
| FArchive & | operator<<
(
FField*& Value |
Serializes a Field value from or into this archive. | |
| FArchive & | operator<<
(
TCheckedObjPtr< T >& Value |
Serializes a UObject wrapped in a TCheckedObjPtr container, using the above operator, and verifies the serialized object is derived from the correct base class, to prevent illegal casting. | |
| FArchive & | operator<<
(
FLazyObjectPtr& Value |
Serializes a lazy object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FObjectPtr& Value |
Serializes a wrapped object pointer value from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPtr& Value |
Serializes asset pointer from or into this archive. | |
| FArchive & | operator<<
(
FSoftObjectPath& Value |
Serializes soft object paths from or into this archive. | |
| FArchive & | operator<<
(
FWeakObjectPtr& Value |
Serializes FWeakObjectPtr value from or into this archive. |