Navigation
Unreal Engine C++ API Reference > 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
Overridden from FArchive
Overridden from FArchiveState
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FString | Returns the name of the Archive. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FArchive & | operator<<
(
FName& Name |
Serializes an FName value from or into this archive. |
![]() ![]() |
FArchive & | operator<<
(
UObject*& Object |
Serializes an UObject value from or into this archive. |