Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IAssetCompilingManager
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.
Derived Overrides
- FCardRepresentationAsyncQueue::MarkCompilationAsCanceled
- FDistanceFieldAsyncQueue::MarkCompilationAsCanceled
- FStaticMeshCompilingManager::MarkCompilationAsCanceled
- FTextureCompilingManager::MarkCompilationAsCanceled
| Name | MarkCompilationAsCanceled |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/IAssetCompilingManager.h |
| Include Path | #include "IAssetCompilingManager.h" |
virtual void MarkCompilationAsCanceled
(
TArrayView < UObject *const > InObjects
)