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&40;&41;
struct FMVVMViewSource
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAssignedToUserWidgetProperty | The source was set to a UserWidget property. | |
| bool | bCreatedSource | The source is defined in the ClassExtension. | |
| bool | bSetManually | The source was set manually via SetViewModel. | |
| int32 | RegisteredCount | Number of bindings connected to the source. | |
| TObjectPtr< UObject > | Source | ||
| FName | SourceName |