Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchive
- FArchive::IsProxyOf()
- FArchiveProxy::IsProxyOf()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
Include | #include "Serialization/Archive.h" |
virtual bool IsProxyOf
&40;
FArchive &42; InOther
&41; const
Remarks
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.
Parameters
Name | Description |
---|---|
BulkData | Bulk data object to detach |
bEnsureBulkDataIsLoaded | Whether to ensure that the bulk data is loaded before detaching |