Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAssetCompilingManager
Type
typedef TMulticastDelegate_TwoParams< void, UPackage &42;, bool > FPackageScopeEvent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AssetCompilingManager.h |
| Include | #include "AssetCompilingManager.h" |
Remarks
Event called before and after FinishAllCompilation or ProcessAsyncTasks run operations on a specific package, used for subscribers to associate low-level actions with that Package (e.g. TObjectPtr reads). void OnPackageScopeEvent(UPackage* Package, bool bEntering) Called with bEntering=true followed by actions for Package followed by call with bEntering=false.