TBaseFunctorDelegateInstance< WrappedRetValType(ParamTypes...), FunctorType, VarTypes... >::Create

Creates a new static function delegate binding for the given function pointer.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateInstancesImpl.h"

Syntax

static FORCEINLINEvoid Create
(
    FDelegateBase & Base,
    const FunctorType & InFunctor,
    VarTypes... Vars
)

Remarks

Creates a new static function delegate binding for the given function pointer.

Returns

The new delegate.

Parameters

Parameter

Description

InFunctor

C++ functor

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