Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel > API/Plugins/ModelViewViewModel/View
References
| Module | ModelViewViewModel |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/View/MVVMView.h |
| Include | #include "View/MVVMView.h" |
Syntax
USTRUCT ()
struct FMVVMView_Source
Remarks
Instance FMVVMViewClass_Source for the UUserWdiget
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAssignedToUserWidgetProperty | The source was set to a UserWidget property. | |
| bool | bBindingsInitialized | The source bindings are initialized. | |
| bool | bSetManually | The source was set manually via SetViewModel. | |
| bool | bSourceInitialized | The source is created. | |
| FMVVMViewClass_SourceKey | ClassKey | The key of this source in the ViewClass. | |
| int32 | RegisteredCount | Number of bindings connected to the source. | |
| TObjectPtr< UObject > | Source | The source object. The source implement the INotifyFieldValueChanged interface. |