UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Core::Private::Function::TFunctionRefCaller< Functor, Ret, ParamTypes > Struct Template Reference

#include <Function.h>

Static Public Member Functions

static Ret Call (void *Obj, ParamTypes &... Params)
 

Detailed Description

template<typename Functor, typename Ret, typename... ParamTypes>
struct UE::Core::Private::Function::TFunctionRefCaller< Functor, Ret, ParamTypes >

A class which is used to instantiate the code needed to call a bound function.

Member Function Documentation

◆ Call()

template<typename Functor , typename Ret , typename... ParamTypes>
static Ret UE::Core::Private::Function::TFunctionRefCaller< Functor, Ret, ParamTypes >::Call ( void Obj,
ParamTypes &...  Params 
)
inlinestatic

The documentation for this struct was generated from the following file: