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

Classes

class  FTransactionallySafeAsyncPackageLoader
 

Functions

IAsyncPackageLoaderMakeTransactionallySafeAsyncPackageLoader (IAsyncPackageLoader *const InWrappedPackageLoader)
 

Variables

bool CVar_TransactionallySafeAsyncLoadingLegacyTrashedPackages = false
 

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.

Variable Documentation

◆ CVar_TransactionallySafeAsyncLoadingLegacyTrashedPackages

bool CVar_TransactionallySafeAsyncLoadingLegacyTrashedPackages = false