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