TBaseSPMethodDelegateInstance< bConst, UserClass, SPMode, void(ParamTypes...), VarTypes... >::TBaseSPMethodDelegateInstance

Creates and initializes a new instance.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateInstancesImpl.h"

Syntax

TBaseSPMethodDelegateInstance
(
    const TSharedPtr< UserClass, SPMode > & InUserObject,
    typename Super::FMethodPtr InMethodPtr,
    VarTypes... Vars
)

Remarks

Creates and initializes a new instance.

Parameters

Parameter

Description

InUserObject

A shared reference to an arbitrary object (templated) that hosts the member function.

InMethodPtr

C++ member function pointer for the method to bind.

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