Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel > API/Plugins/ModelViewViewModel/UMVVMView
Description
Initialize the sources if they are not already initialized. Initializing the sources will also initialize the bindings if the option bInitializeBindingsOnConstruct is enabled.
A sources can be a viewmodel or any other object used by a binding.
| Name | InitializeSources |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/View/MVVMView.h |
| Include Path | #include "View/MVVMView.h" |
| Source | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Private/View/MVVMView.cpp |
UFUNCTION (BlueprintCallable, Category="View")
void InitializeSources()