TMulticastScriptDelegate::ProcessMulticastDelegate

Executes a multi-cast delegate by calling all functions on objects bound to the delegate.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "UObject/ScriptDelegates.h"

Syntax

template<class UObjectTemplate>
void ProcessMulticastDelegate
(
    void * Parameters
) const

Remarks

Executes a multi-cast delegate by calling all functions on objects bound to the delegate. Always safe to call, even if when no objects are bound, or if objects have expired. In general, you should never call this function directly. Instead, call Broadcast() on a derived class.

Parameters

Parameter

Description

Params

Parameter structure

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