Ark Server API (ASA) - Wiki
|
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.