Navigation
API > API/Runtime > API/Runtime/FieldNotification > API/Runtime/FieldNotification/FFieldMulticastDelegate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoveResult Remove
(
FDelegateHandle InDelegate |
FieldNotificationDelegate.h | ||
FRemoveResult Remove
(
const FDynamicDelegate& InDynamicDelegate |
FieldNotificationDelegate.h |
Remove(FDelegateHandle)
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/FieldNotification/Public/FieldNotificationDelegate.h |
| Include Path | #include "FieldNotificationDelegate.h" |
| Source | /Engine/Source/Runtime/FieldNotification/Private/FieldNotificationDelegate.cpp |
FRemoveResult Remove
(
FDelegateHandle InDelegate
)
Remove(const FDynamicDelegate &)
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/FieldNotification/Public/FieldNotificationDelegate.h |
| Include Path | #include "FieldNotificationDelegate.h" |
| Source | /Engine/Source/Runtime/FieldNotification/Private/FieldNotificationDelegate.cpp |
FRemoveResult Remove
(
const FDynamicDelegate & InDynamicDelegate
)