Navigation
API > API/Plugins > API/Plugins/SlateMVVM > API/Plugins/SlateMVVM/FViewModelBindings > API/Plugins/SlateMVVM/FViewModelBindings/FBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuilder & AddBinding
(
UE::FieldNotification::FFieldId WhenFieldId, |
SlateViewModelBindings.h | ||
FBuilder & AddBinding
(
UE::FieldNotification::FFieldId WhenFieldId, |
SlateViewModelBindings.h |
AddBinding(UE::FieldNotification::FFieldId, INotifyFieldValueChanged::FFieldValueChangedDelegate)
| 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 |
FBuilder & AddBinding
(
UE::FieldNotification::FFieldId WhenFieldId,
INotifyFieldValueChanged::FFieldValueChangedDelegate Delegate
)
AddBinding(UE::FieldNotification::FFieldId, FSimpleDelegate)
| 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 |
FBuilder & AddBinding
(
UE::FieldNotification::FFieldId WhenFieldId,
FSimpleDelegate Delegate
)