Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMulticastDelegateRegistration_v-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDelegateHandle Add
(
FDelegate&& InNewDelegate |
Adds a delegate instance to this multicast delegate's invocation list. | ||
FDelegateHandle Add
(
const FDelegate& InNewDelegate |
Adds a delegate instance to this multicast delegate's invocation list. |
Add(FDelegate &&)
Description
Adds a delegate instance to this multicast delegate's invocation list.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl |
| Include Path | #include "Delegates/DelegateSignatureImpl.inl" |
FDelegateHandle Add
(
FDelegate && InNewDelegate
)
Parameters
| Name | Remarks |
|---|---|
| Delegate | The delegate to add. |
Add(const FDelegate &)
Description
Adds a delegate instance to this multicast delegate's invocation list.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Delegates/DelegateSignatureImpl.inl |
| Include Path | #include "Delegates/DelegateSignatureImpl.inl" |
FDelegateHandle Add
(
const FDelegate & InNewDelegate
)
Parameters
| Name | Remarks |
|---|---|
| Delegate | The delegate to add. |