FArchiveProxy::IsProxyOf

Determine if the given archive is a valid "child" of this archive.

Windows
MacOS
Linux

Override Hierarchy

FArchive::IsProxyOf()

FArchiveProxy::IsProxyOf()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/ArchiveProxy.h

Include

#include "Serialization/ArchiveProxy.h"

Syntax

virtual bool IsProxyOf
(
    FArchive * InOther
) 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

Parameter

Description

BulkData

Bulk data object to detach

bEnsureBulkDataIsLoaded

Whether to ensure that the bulk data is loaded before detaching

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss