Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Iterates through the ImportMap and calls CreateImport() for every entry, creating/loading each import as we go. This also makes sure that class imports have had ResolveDeferredDependencies() completely executed for them (even those already running through it earlier in the callstack).
| Name | ResolveAllImports |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
| Include Path | #include "UObject/LinkerLoad.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp |
void ResolveAllImports()