FLinkerLoad::Tick

Ticks an in-flight linker and spends InTimeLimit seconds on creation.

Windows
MacOS
Linux

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

Syntax

ELinkerStatus Tick
(
    float InTimeLimit,
    bool bInUseTimeLimit,
    bool bInUseFullTimeLimit,
    TMap< TPair< FName, FPackageIndex >, FPackageIndex > * ObjectNameWithOuterToExportMap
)

Remarks

Ticks an in-flight linker and spends InTimeLimit seconds on creation. This is a soft time limit used if bInUseTimeLimit is true.

Returns

true if linker has finished creation, false if it is still in flight

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss