TBaseMulticastDelegate< void, ParamTypes... >::AddDelegateInstance

Adds a function delegate to this multi-cast delegate's invocation list.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

FDelegateHandle AddDelegateInstance
(
    FDelegate && InNewDelegate
)

Remarks

Adds a function delegate to this multi-cast delegate's invocation list.

This method will assert if the same function has already been bound.

Parameters

Parameter

Description

InDelegate

Delegate to add

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