Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint > API/Plugins/ModelViewViewModelBlueprint/UMVVMBlueprintViewSettings
Syntax
UPROPERTY&40;EditAnywhere, Category&61;"Viewmodel",
Meta&61;&40;EditCondition&61;"bInitializeSourcesOnConstruct"&41;&41;
bool bInitializeBindingsOnConstruct
Remarks
Auto initialize the view bindings when the Widget is constructed. If false, the user will have to initialize the bindings manually. It prevents bindings execution and improves performance when you know the widget won't be visible.
All bindings are executed when the view is automatically initialized or manually initialized.
Sources needs to be initialized before initializing the bindings.
When Sources is manually initialized, the bindings will also be initialized if this is true.