Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Finds existing exports in memory and matches them up with this linker. This is required for PIE to work correctly and also for script compilation as saving a package will reset its linker and loading will reload/ replace existing objects without a linker.
| Name | FindExistingExports |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
| Include Path | #include "UObject/LinkerLoad.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp |
ELinkerStatus FindExistingExports()