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 |
ELinkerStatus Tick
&40;
float InTimeLimit,
bool bInUseTimeLimit,
bool bInUseFullTimeLimit,
TMap< TPair< FName, FPackageIndex >, FPackageIndex > &42; ObjectNameWithOuterToExportMap
&41;
Remarks
Ticks an in-flight linker and spends InTimeLimit seconds on creation. This is a soft time limit used if bInUseTimeLimit is true. true if linker has finished creation, false if it is still in flight
Parameters
| Name | Description |
|---|---|
| InTimeLimit | Soft time limit to use if bInUseTimeLimit is true |
| bInUseTimeLimit | Whether to use a (soft) timelimit |
| bInUseFullTimeLimit | Whether to use the entire time limit, even if blocked on I/O |