UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TransactionallySafeAsyncLoading.h File Reference

Go to the source code of this file.

Functions

IAsyncPackageLoaderMakeTransactionallySafeAsyncPackageLoader (IAsyncPackageLoader *WrappedPackageLoader=nullptr)
 

Function Documentation

◆ MakeTransactionallySafeAsyncPackageLoader()

IAsyncPackageLoader * MakeTransactionallySafeAsyncPackageLoader ( IAsyncPackageLoader WrappedPackageLoader = nullptr)

Creates a new instance of the Transactionally Safe Async Package Loader.

Parameters
WrappedPackageLoaderThe underlying package loader to use when not in a transaction.
Returns
The async package loader.