Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FAsyncTaskBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/AsyncWork.h |
| Include | #include "Async/AsyncWork.h" |
void StartSynchronousTask
&40;
EQueuedWorkPriority InQueuedWorkPriority,
EQueuedWorkFlags InQueuedWorkFlags,
int64 InRequiredMemory,
const TCHAR &42; InDebugName
&41;
Remarks
Run this task on this thread
Parameters
| Name | Description |
|---|---|
| bDoNow | if true then do the job now instead of at EnsureCompletion |