Navigation
API > API/Runtime > API/Runtime/CoreUObject
Helper struct to keep track of all objects needed by an export (recursive dependency caching)
| Name | FDependencyRef |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
| Include Path | #include "UObject/LinkerLoad.h" |
Syntax
struct FDependencyRef
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExportIndex | int32 | Index into Linker's ExportMap for this object | UObject/LinkerLoad.h | |
| Linker | FLinkerLoad * | The Linker the export lives in | UObject/LinkerLoad.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FDependencyRef& Other |
Comparison operator | UObject/LinkerLoad.h |