Navigation
API > API/Plugins > API/Plugins/SlateMVVM > API/Plugins/SlateMVVM/FViewModelBindings
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddBinding
(
FSourceInstanceId Source, |
Add a delegate to execute when a field changed. | SlateViewModelBindings.h | |
void AddBinding
(
FSourceInstanceId Source, |
Add a delegate to execute when a field changed. | SlateViewModelBindings.h |
AddBinding(FSourceInstanceId, UE::FieldNotification::FFieldId, INotifyFieldValueChanged::FFieldValueChangedDelegate)
Description
Add a delegate to execute when a field changed.
| Name | AddBinding |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateModelViewViewModel/Source/SlateMVVM/Public/SlateViewModelBindings.h |
| Include Path | #include "SlateViewModelBindings.h" |
| Source | /Engine/Plugins/Experimental/SlateModelViewViewModel/Source/SlateMVVM/Private/SlateViewModelBindings.cpp |
void AddBinding
(
FSourceInstanceId Source,
UE::FieldNotification::FFieldId WhenFieldId,
INotifyFieldValueChanged::FFieldValueChangedDelegate Delegate
)
AddBinding(FSourceInstanceId, UE::FieldNotification::FFieldId, FSimpleDelegate)
Description
Add a delegate to execute when a field changed.
| Name | AddBinding |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateModelViewViewModel/Source/SlateMVVM/Public/SlateViewModelBindings.h |
| Include Path | #include "SlateViewModelBindings.h" |
| Source | /Engine/Plugins/Experimental/SlateModelViewViewModel/Source/SlateMVVM/Private/SlateViewModelBindings.cpp |
void AddBinding
(
FSourceInstanceId Source,
UE::FieldNotification::FFieldId WhenFieldId,
FSimpleDelegate Delegate
)