Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UPackageTools
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
| Include | #include "PackageTools.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp |
static void FlushAsyncCompilation
(
TArrayView < UPackage *const > Packages
)
Remarks
Utility function that gathers all async compilable objects from given packages and flush them to make sure there is no remaining async work trying to load data from said packages.
Parameters
| Name | Description |
|---|---|
| Packages | List of packages from which to gather compilable assets to flush. |