Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAssetCompilingManager
Description
Mark compilation of the provided objects as canceled. This is a hint that the compilations are no longer needed and may leave the objects in a bad state. There is no guarantee that anything will be canceled, but if supported, it might remove heavy CPU work earlier. If you need to make sure that any activity is done on these objects, a call to FinishCompilationForObjects is still required.
Finish compilation of the requested objects.
| Name | MarkCompilationAsCanceled |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AssetCompilingManager.h |
| Include Path | #include "AssetCompilingManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AssetCompilingManager.cpp |
void MarkCompilationAsCanceled
(
TArrayView < UObject *const > InObjects
)