Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Tasks
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Tasks/TaskConcurrencyLimiter.h |
| Include | #include "Tasks/TaskConcurrencyLimiter.h" |
Syntax
class FTaskConcurrencyLimiter
Remarks
A lightweight construct that limits the concurrency of tasks pushed into it.
This class supports being destroyed before the tasks it contains are finished.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTaskConcurrencyLimiter
(
uint32 MaxConcurrency, |
Constructor. |