Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TYCombinator
Overloads
| 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 |
operator()(ARGS &&...)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include Path | #include "Async/LocalWorkQueue.h" |
template<typename... ARGS>
decltype< LAMBDA > & >, Forward< ARGS >...)) operator()
(
ARGS &&... Args
) const
operator()(ARGS &&...)
| Name | operator() |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/LocalWorkQueue.h |
| Include Path | #include "Async/LocalWorkQueue.h" |
template<typename... ARGS>
decltype< LAMBDA > & >, Forward< ARGS >...)) operator()
(
ARGS &&... Args
)