Navigation
API > API/Runtime > API/Runtime/Core
A class which is used to instantiate the code needed to call a bound function.
| Name | TFunctionRefCaller |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
| Include Path | #include "Templates/Function.h" |
Syntax
template<typename Functor, typename Ret, typename... ParamTypes>
struct TFunctionRefCaller
Struct Specializations
| Name | Remarks |
|---|---|
| TFunctionRefCaller< Functor, Ret(ParamTypes...)> | |
| TFunctionRefCaller< Functor, void(ParamTypes...)> |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static Ret Call
(
void* Obj, |
Templates/Function.h |