Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
| Name | FMVVMViewSource |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/View/MVVMViewDeprecatedTypes.h |
| Include Path | #include "View/MVVMViewDeprecatedTypes.h" |
Syntax
USTRUCT ()
struct FMVVMViewSource
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAssignedToUserWidgetProperty | bool | The source was set to a UserWidget property. | View/MVVMViewDeprecatedTypes.h |
|
| bBindingsInitialized | bool | The source bindings are initialized. | View/MVVMViewDeprecatedTypes.h |
|
| bCreatedSource | bool | The source is defined in the ClassExtension. | View/MVVMViewDeprecatedTypes.h |
|
| bSetManually | bool | The source was set manually via SetViewModel. | View/MVVMViewDeprecatedTypes.h |
|
| RegisteredCount | int32 | Number of bindings connected to the source. | View/MVVMViewDeprecatedTypes.h |
|
| Source | TObjectPtr< UObject > | View/MVVMViewDeprecatedTypes.h |
|
|
| SourceName | FName | View/MVVMViewDeprecatedTypes.h |
|