Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TMulticastDelegate< DelegateSignature, UserPolicy > Class Template Reference

Detailed Description

template<typename DelegateSignature, typename UserPolicy = FDefaultDelegateUserPolicy>
class TMulticastDelegate< DelegateSignature, UserPolicy >

Multicast delegate template base class, used for both normal and event multicast delegates.

This class implements the functionality of multicast delegates. It is templated to the function signature that it is compatible with. Use the various DECLARE_MULTICAST_DELEGATE and DECLARE_EVENT macros to create actual delegate types.

Multicast delegates offer no guarantees for the calling order of bound functions. As bindings get added and removed over time, the calling order may change. Only bindings without return values are supported.

Definition at line 678 of file DelegateSignatureImpl.inl.


The documentation for this class was generated from the following file: