Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
UE4Function_Private::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 UE4Function_Private::TFunctionRefCaller< Functor, Ret(ParamTypes...)>

Function which invokes the passed callable when invoked.

Definition at line 229 of file Function.h.

Member Function Documentation

◆ Call()

template<typename Functor , typename Ret , typename... ParamTypes>
static Ret UE4Function_Private::TFunctionRefCaller< Functor, Ret(ParamTypes...)>::Call ( void * Obj,
ParamTypes &... Params )
inlinestatic

Definition at line 231 of file Function.h.


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