Navigation
API > API/Plugins > API/Plugins/SlateMVVM > API/Plugins/SlateMVVM/FViewModelBindings
Description
Set the new source value of a created source. It will evaluate the dependencies and execute the bindings of that source.
| Name | SetSource |
| 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 SetSource
(
FSourceInstanceId Source,
TScriptInterface < INotifyFieldValueChanged > Value
)