Navigation
API > API/Runtime > API/Runtime/InterchangeCore
Inheritance Hierarchy
- FInterchangeTaskBase
- FInterchangeTaskLambda
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeTaskSystem.h |
| Include | #include "InterchangeTaskSystem.h" |
Syntax
class FInterchangeTaskLambda : public UE::Interchange::FInterchangeTaskBase
Remarks
This class is use to run a lambda with the interchange task system.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInterchangeTaskLambda
(
EInterchangeTaskThread InTaskThread, |
Overridden from FInterchangeTaskBase
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
This function must return the task id to fill the promise of the execution. | |
| EInterchangeTaskThread |