Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveUObject
- FArchiveCrc32
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveCrc32.h |
Include | #include "Serialization/ArchiveCrc32.h" |
Syntax
class FArchiveCrc32 : public FArchiveUObject
Remarks
Calculates a checksum from the input provided to the archive.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FArchiveCrc32
(
uint32 InCRC, |
Default constructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | GetCrc () |
Overridden from FArchive
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Serialize
(
void* Data, |
Overridden from FArchiveState
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FString | Returns the name of the Archive. |
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. |