Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint > API/Plugins/ModelViewViewModelBlueprint/FMVVMBlueprintViewModelContext
Syntax
UPROPERTY (EditAnywhere, Category="View",
Meta=(EditCondition="bOverrideForceExecuteBindingsOnSetSource"))
bool bForceExecuteBindingsOnSetSource
Remarks
When a viewmodel is set manually and the viewmodel already initialized, then always execute the bindings associated with that viewmodel. For performance and to keep the same pattern in all UMG, the bindings are usually skip if the new viewmodel value match the previous viewmodel value. This behavior can be desired if the widget is inside a pool or a binding has a side effect with another widget.