TMemberFunctionCaller

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/DelegateInstanceInterface.h

Include

#include "Delegates/DelegateInstanceInterface.h"

Syntax

template<typename T, typename MemFunPtrType>
class TMemberFunctionCaller

Constructors

Name Description

Public function

TMemberFunctionCaller

(
    T* InObj,
    MemFunPtrType InMemFunPtr
)

Operators

Name Description

Public function

auto

 

operator()

(
    ArgTypes&&... Args
)

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