TBaseStaticDelegateInstance< WrappedRetValType(ParamTypes...), 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,
    FFuncPtr InFunc,
    VarTypes... Vars
)

Remarks

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

Returns

The new delegate.

Parameters

Parameter

Description

InFunc

Static function pointer.

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