Navigation
API > API/Runtime > API/Runtime/InterchangeCore
| Name | FScopedLambda |
| Type | class |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeHelper.h |
| Include Path | #include "InterchangeHelper.h" |
Syntax
class FScopedLambda
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedLambda
(
TFunction< void(void)>&& Lambda |
InterchangeHelper.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopedLambda() |
InterchangeHelper.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Lambda | TFunction< void(void)> | InterchangeHelper.h |