Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | TFunctionRefCaller< Functor, Ret(ParamTypes...)> |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
Syntax
template<typename Functor, typename Ret, typename... ParamTypes>
struct TFunctionRefCaller< Functor, Ret(ParamTypes...)>
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static Ret Call
(
void* Obj, |
uLang/Common/Containers/Function.h |