Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMulticastDelegate_void_ParamTyp-
Description
Broadcasts this delegate to all bound objects, except to those that may have expired.
The constness of this method allows for broadcasting from const functions.
| Name | Broadcast |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl |
| Include Path | #include "Delegates/DelegateSignatureImpl.inl" |
void Broadcast
(
ParamTypes... Params
) const