FArchiveFindCulprit::FArchiveFindCulprit

Constructor

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/ArchiveFindCulprit.h

Include

#include "Serialization/ArchiveFindCulprit.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/ArchiveFindCulprit.cpp

Syntax

FArchiveFindCulprit
(
    UObject * InFind,
    UObject * Src,
    bool InPretendSaving
)

Remarks

Constructor

Parameters

Parameter

Description

InFind

the object that we'll be searching for references to

Src

the object to serialize which may contain a reference to InFind

InPretendSaving

if true, marks the archive as saving and persistent, so that a different serialization codepath is followed

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