Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FAutoDeleteAsyncTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/AsyncWork.h |
| Include | #include "Async/AsyncWork.h" |
void StartBackgroundTask
(
FQueuedThreadPool * InQueuedPool,
EQueuedWorkPriority InPriority
)
Remarks
Run this task on the lo priority thread pool. It is not safe to use this object after this call.