Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMulticastScriptDelegate
Description
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. Note that this function is not truly const because it will clean up any compactable entries in the invocation list.
| Name | ProcessMulticastDelegate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include Path | #include "UObject/ScriptDelegates.h" |
template<class UObjectTemplate>
void ProcessMulticastDelegate
(
void * Parameters
) const
Parameters
| Name | Remarks |
|---|---|
| Params | Parameter structure |