TBaseMulticastDelegate< void, ParamTypes... >::Broadcast

Broadcasts this delegate to all bound objects, except to those that may have expired.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

void Broadcast
(
    ParamTypes... Params
) const

Remarks

Broadcasts this delegate to all bound objects, except to those that may have expired.

The constness of this method is a lie, but it allows for broadcasting from const functions.

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