TMulticastScriptDelegate::AddUniqueInternal

Adds a function delegate to this multi-cast delegate's invocation list, if a delegate with that signature doesn't already exist

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h

Include

#include "UObject/ScriptDelegates.h"

Syntax

void AddUniqueInternal
(
    const TScriptDelegate< TWeakPtr > & InDelegate
)

Remarks

Adds a function delegate to this multi-cast delegate's invocation list, if a delegate with that signature doesn't already exist

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