Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TYCombinator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TYCombinator
(
LAMBDA&& InLambda |
Async/LocalWorkQueue.h | ||
constexpr TYCombinator
(
const LAMBDA& InLambda |
Async/LocalWorkQueue.h |
TYCombinator(LAMBDA &&)
| Name | TYCombinator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include Path | #include "Async/LocalWorkQueue.h" |
constexpr TYCombinator
(
LAMBDA && InLambda
)
TYCombinator(const LAMBDA &)
| Name | TYCombinator |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include Path | #include "Async/LocalWorkQueue.h" |
constexpr TYCombinator
(
const LAMBDA & InLambda
)