Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Wraps a call to the package linker's ResolveAllImports().
WARNING!!! This function shouldn't be used carelessly, and serves as a hacky entrypoint to FLinkerLoad's privates. It should only be used at very specific times, and in very specific cases. If you're unsure, DON'T TRY TO USE IT!!!
| Name | PRIVATE_ForceLoadAllDependencies |
| 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 |
static void PRIVATE_ForceLoadAllDependencies
(
UPackage * Package
)
Parameters
| Name | Remarks |
|---|---|
| Package | The package whose imports you want all loaded. |