Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FLinkerLoad
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/LinkerLoad.h |
Include | #include "UObject/LinkerLoad.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/LinkerLoad.cpp |
FLinkerLoad &42; FindExistingLinkerForImport
&40;
int32 ImportIndex
&41; const
Remarks
Attempts to lookup and return the corresponding FLinkerLoad object for the specified import WITHOUT invoking a load, or continuing to load the import package (will only return one if it has already been created... could still be in the process of loading). The imports associated linker (null if it hasn't been created yet).
Parameters
Name | Description |
---|---|
ImportIndex | Specifies the import that you would like a linker for. |