FArchiveFindCulprit

Archive for finding who references an object.

Windows
MacOS
Linux

Inheritance Hierarchy

FArchiveState

FArchive

FArchiveUObject

FArchiveFindCulprit

References

Module

CoreUObject

Header

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

Include

#include "Serialization/ArchiveFindCulprit.h"

Syntax

class FArchiveFindCulprit : public FArchiveUObject

Remarks

Archive for finding who references an object.

Variables

Name Description

Protected variable

int32

 

Count

Protected variable

UObject *

 

Find

Protected variable

bool

 

PretendSaving

Protected variable

TArray< const F...

 

Referencers

Constructors

Name Description

Public function

FArchiveFindCulprit

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

Constructor

Functions

Name Description

Public function Const

int32

 

GetCount()

Public function

int32

 

GetCount

(
    TArray< const FProperty* >& P...
)

Overridden from FArchiveState

Name Description

Public function Virtual Const

FString

 

GetArchiveName()

Returns the name of the Archive.

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