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 Functor, typename FuncType>
struct TFunctionRefCaller
Remarks
A class which is used to instantiate the code needed to call a bound function.
Specializations
TFunctionRefCaller< Functor, Ret(ParamTypes...)>
TFunctionRefCaller< Functor, void(ParamTypes...)>