FDependencyRef

Helper struct to keep track of all objects needed by an export (recursive dependency caching)

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h

Include

#include "UObject/LinkerLoad.h"

Syntax

struct FDependencyRef

Remarks

Helper struct to keep track of all objects needed by an export (recursive dependency caching)

Variables

Name Description

Public variable

int32

 

ExportIndex

Index into Linker's ExportMap for this object

Public variable

FLinkerLoad ...

 

Linker

The Linker the export lives in

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FDependencyRef& Other
)

Comparison operator

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