Ark Server API (ASE) - Wiki
|
#include <Function.h>
Public Member Functions | |
TFunctionRefBase (ENoInit) | |
Ret | operator() (ParamTypes... Params) const |
Protected Member Functions | |
template<typename FunctorType > | |
void | Set (FunctorType *Functor) |
void | CopyAndReseat (const TFunctionRefBase &Other, void *Functor) |
void | Unset () |
Private Attributes | |
Ret(* | Callable )(void *, ParamTypes &...) |
UE4Function_Private::TDebugHelper< void > | DebugPtrStorage |
Definition at line 271 of file Function.h.
|
inlineexplicit |
Definition at line 273 of file Function.h.
|
inlineprotected |
Definition at line 300 of file Function.h.
|
inline |
|
inlineprotected |
Definition at line 286 of file Function.h.
|
inlineprotected |
Definition at line 312 of file Function.h.
|
private |
Definition at line 319 of file Function.h.
|
private |
Definition at line 323 of file Function.h.