Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
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
| Type | Name | Description | |
|---|---|---|---|
| int32 | ExportIndex | Index into Linker's ExportMap for this object | |
| FLinkerLoad * | Linker | The Linker the export lives in |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FDependencyRef& Other |
Comparison operator |