Navigation
API > API/Runtime > API/Runtime/FieldNotification > API/Runtime/FieldNotification/FFieldMulticastDelegate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRemoveFromResult RemoveFrom
(
const UObject* InObject, |
FieldNotificationDelegate.h | ||
FRemoveFromResult RemoveFrom
(
const UObject* InObject, |
FieldNotificationDelegate.h | ||
void RemoveFrom
(
TRemoveOrUnbind& RemoveOrUnbind, |
FieldNotificationDelegate.h |
RemoveFrom(const UObject *, FFieldId, FDelegateHandle)
| Name | RemoveFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/FieldNotification/Public/FieldNotificationDelegate.h |
| Include Path | #include "FieldNotificationDelegate.h" |
| Source | /Engine/Source/Runtime/FieldNotification/Private/FieldNotificationDelegate.cpp |
FRemoveFromResult RemoveFrom
(
const UObject * InObject,
FFieldId InFieldId,
FDelegateHandle InDelegate
)
RemoveFrom(const UObject *, FFieldId, const FDynamicDelegate &)
| Name | RemoveFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/FieldNotification/Public/FieldNotificationDelegate.h |
| Include Path | #include "FieldNotificationDelegate.h" |
| Source | /Engine/Source/Runtime/FieldNotification/Private/FieldNotificationDelegate.cpp |
FRemoveFromResult RemoveFrom
(
const UObject * InObject,
FFieldId InFieldId,
const FDynamicDelegate & InDynamicDelegate
)
RemoveFrom(TRemoveOrUnbind &, FFieldId, bool &)
| Name | RemoveFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/FieldNotification/Public/FieldNotificationDelegate.h |
| Include Path | #include "FieldNotificationDelegate.h" |
| Source | /Engine/Source/Runtime/FieldNotification/Private/FieldNotificationDelegate.cpp |
template<typename TRemoveOrUnbind>
void RemoveFrom
(
TRemoveOrUnbind & RemoveOrUnbind,
FFieldId FieldId,
bool & bFieldPresent
)