Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FLinkerLoad
Description
Ticks an in-flight linker and spends InTimeLimit seconds on creation. This is a soft time limit used if bInUseTimeLimit is true.
| Name | Tick |
| 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 Tick
(
float InTimeLimit,
bool bInUseTimeLimit,
bool bInUseFullTimeLimit,
TMap < TPair< FName , FPackageIndex >, FPackageIndex > * ObjectNameWithOuterToExportMap
)
true if linker has finished creation, false if it is still in flight
Parameters
| Name | Remarks |
|---|---|
| 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 |