IAsyncPackageLoader::ProcessLoadingUntilComplete

Process all loading package requests until completion predicate is satisfied.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncPackageLoader.h

Include

#include "Serialization/AsyncPackageLoader.h"

Syntax

EAsyncPackageState::Type ProcessLoadingUntilComplete
(
    TFunctionRef< bool()> CompletionPredicate,
    float TimeLimit
)

Remarks

Process all loading package requests until completion predicate is satisfied.

Parameters

Parameter

Description

CompletionPredicate

Completion predicate

TimeLimit

Time limit

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