Navigation
API > API/Runtime > API/Runtime/Core
| Name | THashingArchiveProxy |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryHasher.h |
| Include Path | #include "Serialization/MemoryHasher.h" |
Syntax
template<typename HashBuilderType>
class THashingArchiveProxy : public FArchiveProxy
Inheritance Hierarchy
- FArchiveState → FArchive → FArchiveProxy → THashingArchiveProxy
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HashBuilder | HashBuilderType | Serialization/MemoryHasher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArchiveProxy
(
FArchive& InInnerArchive |
Creates and initializes a new instance of the archive proxy. | Serialization/MemoryHasher.h | |
FArchiveProxy
(
FArchiveProxy&& |
Non-copyable. | Serialization/MemoryHasher.h | |
FArchiveProxy
(
const FArchiveProxy& |
Serialization/MemoryHasher.h | ||
decltype(DeclVal< HashBuilderType >().Finalize()) GetHash() |
Serialization/MemoryHasher.h |
Public Virtual
Overridden from FArchive
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Seek
(
int64 InPos |
Attempts to set the current offset into backing data storage, this will do nothing if there is no storage. | Serialization/MemoryHasher.h | |
virtual void Serialize
(
void* V, |
Serialization/MemoryHasher.h |