Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
Basic implementation of the INotifyFieldValueChanged implementation.
| Name | FMVVMFieldNotificationDelegates |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/ViewModel/MVVMFieldNotificationDelegates.h |
| Include Path | #include "ViewModel/MVVMFieldNotificationDelegates.h" |
Syntax
class FMVVMFieldNotificationDelegates
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Delegates | UE::FieldNotification::FFieldMulticastDelegate | ViewModel/MVVMFieldNotificationDelegates.h | ||
| EnabledFieldNotifications | TBitArray | ViewModel/MVVMFieldNotificationDelegates.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDelegateHandle AddFieldValueChangedDelegate
(
UObject* Owner, |
ViewModel/MVVMFieldNotificationDelegates.h | ||
void AddFieldValueChangedDelegate
(
UObject* Owner, |
ViewModel/MVVMFieldNotificationDelegates.h | ||
void BroadcastFieldValueChanged
(
UObject* Owner, |
ViewModel/MVVMFieldNotificationDelegates.h | ||
| ViewModel/MVVMFieldNotificationDelegates.h | |||
int32 RemoveAllFieldValueChangedDelegates
(
UObject* Owner, |
ViewModel/MVVMFieldNotificationDelegates.h | ||
int32 RemoveAllFieldValueChangedDelegates
(
UObject* Owner, |
ViewModel/MVVMFieldNotificationDelegates.h | ||
bool RemoveFieldValueChangedDelegate
(
UObject* Owner, |
ViewModel/MVVMFieldNotificationDelegates.h | ||
bool RemoveFieldValueChangedDelegate
(
UObject* Owner, |
ViewModel/MVVMFieldNotificationDelegates.h |