Navigation
API > API/Runtime > API/Runtime/InterchangeCore
This class is use to run a lambda with the interchange task system.
| Name | FInterchangeTaskLambda |
| Type | class |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeTaskSystem.h |
| Include Path | #include "InterchangeTaskSystem.h" |
Syntax
class FInterchangeTaskLambda : public UE::Interchange::FInterchangeTaskBase
Inheritance Hierarchy
- FInterchangeTaskBase → FInterchangeTaskLambda
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInterchangeTaskLambda
(
EInterchangeTaskThread InTaskThread, |
InterchangeTaskSystem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExecuteLambda | TFunction< void()> | InterchangeTaskSystem.h | ||
| TaskThread | EInterchangeTaskThread | InterchangeTaskSystem.h |
Functions
Public
Overridden from FInterchangeTaskBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute () |
This function must return the task id to fill the promise of the execution. | InterchangeTaskSystem.h | |
virtual EInterchangeTaskThread GetTaskThread() |
InterchangeTaskSystem.h |