TSparseDynamicDelegate::Broadcast

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

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/SparseDelegate.h

Include

#include "UObject/SparseDelegate.h"

Syntax

template<typename... ParamTypes>
void Broadcast
(
    ParamTypes... Params
)

Remarks

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

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