TMulticastDelegate

Implements a multicast delegate.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Delegates/DelegateSignatureImpl.inl"

Syntax

template<typename RetValType, typename... ParamTypes>
class TMulticastDelegate

Remarks

Implements a multicast delegate.

This class should not be instantiated directly. Use the DECLARE_MULTICAST_DELEGATE macros instead.

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