Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > Serialization
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 |
IAsyncPackageLoader * MakeAsyncPackageLoader2
(
FIoDispatcher & InIoDispatcher,
IAsyncPackageLoader * UncookedPackageLoader
)
Remarks
Creates a new instance of the AsyncPackageLoader #2. The async package loader.
Parameters
Name | Description |
---|---|
InIoDispatcher | The I/O dispatcher. |