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

Detailed Description

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

Unicast delegate template class.

Use the various DECLARE_DELEGATE macros to create the actual delegate type, templated to the function signature the delegate is compatible with. Then, you can create an instance of that class when you want to bind a function to the delegate.

Definition at line 48 of file DelegateSignatureImpl.inl.


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