Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
Include | #include "Templates/Function.h" |
Syntax
template<typename FuncType, typename FunctorType>
struct TFuncCanBindToFunctor
Specializations
TFuncCanBindToFunctor< Ret(ParamTypes...), FunctorType >
TFuncCanBindToFunctor< void(ParamTypes...), FunctorType >