Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
Inheritance Hierarchy
- FCustomStatIDGraphTaskBase
- TFunctionGraphTaskImpl
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h |
| Include | #include "Async/TaskGraphInterfaces.h" |
Syntax
template<typename Signature, ESubsequentsMode::Type SubsequentsMode>
class TFunctionGraphTaskImpl : public FCustomStatIDGraphTaskBase
Remarks
Task class for lambda based tasks.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TFunctionGraphTaskImpl
(
TUniqueFunction< Signature >&& InFunction, |
Task constructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DoTask
(
ENamedThreads::Type CurrentThread, |
||
| ENamedThreads::Type | |||
| ESubsequentsMode::Type |