Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Delegates > API/Runtime/Core/Delegates/TMulticastDelegateBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Delegates/MulticastDelegateBase.h |
| Include | #include "Delegates/MulticastDelegateBase.h" |
template<typename NewDelegateType>
FDelegateHandle AddDelegateInstance
(
NewDelegateType && NewDelegateBaseRef
)
Remarks
Adds the given delegate instance to the invocation list.
Parameters
| Name | Description |
|---|---|
| NewDelegateBaseRef | The delegate instance to add. |