Navigation
API > API/Runtime > API/Runtime/Core
| Name | TYCombinator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include Path | #include "Async/LocalWorkQueue.h" |
Syntax
template<typename LAMBDA>
class TYCombinator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TYCombinator
(
LAMBDA&& InLambda |
Async/LocalWorkQueue.h | ||
constexpr TYCombinator
(
const LAMBDA& InLambda |
Async/LocalWorkQueue.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Lambda | LAMBDA | Async/LocalWorkQueue.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(Lambda(static_cast< const TYCombinator< LAMBDA > & >(*this), Forward< ARGS >(Args)...)) operator()
(
ARGS&&... Args |
Async/LocalWorkQueue.h | ||
decltype(Lambda(static_cast< TYCombinator< LAMBDA > & >(*this), Forward< ARGS >(Args)...)) operator()
(
ARGS&&... Args |
Async/LocalWorkQueue.h |