Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/TMulticastScriptDelegate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/UObject/ScriptDelegates.h |
| Include | #include "UObject/ScriptDelegates.h" |
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. Note that this function is not truly const because it will clean up any compactable entries in the invocation list.
Parameters
| Name | Description |
|---|---|
| Params | Parameter structure |