Navigation
API > API/Runtime > API/Runtime/FieldNotification
| Name | FFieldMulticastDelegate |
| Type | class |
| Header File | /Engine/Source/Runtime/FieldNotification/Public/FieldNotificationDelegate.h |
| Include Path | #include "FieldNotificationDelegate.h" |
Syntax
class FFieldMulticastDelegate
Structs
| Name | Remarks |
|---|---|
| FDelegateView | |
| FInvocationElement | |
| FInvocationKey | |
| FRemoveAllResult | |
| FRemoveFromResult | |
| FRemoveResult |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDelegate | INotifyFieldValueChanged::FFieldValueChangedDelegate | FieldNotificationDelegate.h | |
| FDynamicDelegate | FFieldValueChangedDynamicDelegate | FieldNotificationDelegate.h | |
| InvocationListType | TArray< FInvocationElement > | FieldNotificationDelegate.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddedEmplaceAt | uint16 | FieldNotificationDelegate.h | ||
| CompactionCount | int16 | FieldNotificationDelegate.h | ||
| DelegateLockCount | int16 | FieldNotificationDelegate.h | ||
| Delegates | InvocationListType | FieldNotificationDelegate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDelegateHandle Add
(
const UObject* InObject, |
FieldNotificationDelegate.h | ||
FDelegateHandle Add
(
const UObject* InObject, |
FieldNotificationDelegate.h | ||
| FieldNotificationDelegate.h | |||
TArray< FDelegateView > GetView() |
FieldNotificationDelegate.h | ||
FRemoveResult Remove
(
FDelegateHandle InDelegate |
FieldNotificationDelegate.h | ||
FRemoveResult Remove
(
const FDynamicDelegate& InDynamicDelegate |
FieldNotificationDelegate.h | ||
FRemoveAllResult RemoveAll
(
const UObject* InObject, |
FieldNotificationDelegate.h | ||
FRemoveAllResult RemoveAll
(
const UObject* InObject, |
FieldNotificationDelegate.h | ||
FRemoveFromResult RemoveFrom
(
const UObject* InObject, |
FieldNotificationDelegate.h | ||
FRemoveFromResult RemoveFrom
(
const UObject* InObject, |
FieldNotificationDelegate.h | ||
void Reset() |
FieldNotificationDelegate.h |