Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FQueuedThreadPoolWrapper
Inheritance Hierarchy
- IQueuedWork
- IExecutionResource
- FQueuedThreadPoolWrapper::FScheduledWork
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPoolWrapper.h |
| Include | #include "Misc/QueuedThreadPoolWrapper.h" |
Syntax
class FScheduledWork :
public IQueuedWork ,
public IExecutionResource
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScheduledWork
(
const FScheduledWork& |
|||
FScheduledWork
(
const FScheduledWork&& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IQueuedWork
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | GetDebugName () |
Returns text to identify the Work, for debug/log purposes only |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FScheduledWork & | operator=
(
const FScheduledWork& |
||
| FScheduledWork & | operator=
(
const FScheduledWork&& |