Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
- TAnd
- TFuncCanBindToFunctor< Ret(ParamTypes...), FunctorType >
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
Include | #include "Templates/Function.h" |
Syntax
template<typename FunctorType, typename Ret, typename... ParamTypes>
struct TFuncCanBindToFunctor< Ret(ParamTypes...), FunctorType > : public TAnd< TIsInvocable< FunctorType, ParamTypes... >, TFunctorReturnTypeIsCompatible< FunctorType, Ret, ParamTypes... > >