Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveProxy
Description
Determine if the given archive is a valid "child" of this archive. In general, this means "is exactly the same" but this function allows a derived archive to support "child" or "internal" archives which are different objects that proxy the original one in some way.
Virtual Inheritance
- FArchive::IsProxyOf → FArchiveProxy::IsProxyOf
| Name | IsProxyOf |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h |
| Include Path | #include "Serialization/ArchiveProxy.h" |
virtual bool IsProxyOf
(
FArchive * InOther
) const
Parameters
| Name | Remarks |
|---|---|
| BulkData | Bulk data object to detach |
| bEnsureBulkDataIsLoaded | Whether to ensure that the bulk data is loaded before detaching |