TFunctionRefCaller< Functor, Ret(ParamTypes...)>

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/Function.h

Include

#include "Templates/Function.h"

Syntax

template<typename Functor, typename Ret, typename... ParamTypes>
struct TFunctionRefCaller< Functor, Ret(ParamTypes...)>

Functions

Name Description

Public function Static

Ret

 

Call

(
    void* Obj,
    ParamTypes&... Params
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss