![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <LinkerLoad.h>
Public Member Functions | |
| bool | operator== (const FDependencyRef &Other) const |
Public Attributes | |
| FLinkerLoad * | Linker |
| int32 | ExportIndex |
Friends | |
| uint32 | GetTypeHash (const FDependencyRef &Ref) |
Helper struct to keep track of all objects needed by an export (recursive dependency caching)
|
inline |
Comparison operator
|
friend |
Type hash implementation. Export indices are usually less than 100k, so are linker indices.
| Ref | Reference to hash |
Type hash implementation.
| Ref | Reference to hash |
| FLinkerLoad* FDependencyRef::Linker |
The Linker the export lives in