MakeAsyncPackageLoader2

Creates a new instance of the AsyncPackageLoader #2.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Serialization/AsyncLoading2.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoading2.cpp

Syntax

IAsyncPackageLoader * MakeAsyncPackageLoader2
(
    FIoDispatcher & InIoDispatcher,
    IEDLBootNotificationManager & InEDLBootNotificationManager
)

Remarks

Creates a new instance of the AsyncPackageLoader #2.

Returns

The async package loader.

Parameters

Parameter

Description

InIoDispatcher

The I/O dispatcher.

InEDLBootNotificationManager

The EDL boot notification manager.

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