Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPimpl
Reference counted wrapper for FTask to manage the task lifetime between worker threads and any thread that might retract the task once it is submitted to the scheduler
| Name | FLimiterTask |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/TaskConcurrencyLimiter.h |
| Include Path | #include "Tasks/TaskConcurrencyLimiter.h" |
Syntax
struct FLimiterTask : public FRefCountedObject
Inheritance Hierarchy
- TAtomicRefCount → FRefCountedObject → FPimpl::FLimiterTask
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Task | LowLevelTasks::FTask | Tasks/TaskConcurrencyLimiter.h |