Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
Info about the viewmodel and field notify. It can has invalid values and still be a valid OneTime binding.
| Name | FParsedNotifyBindingInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/Bindings/MVVMFieldPathHelper.h |
| Include Path | #include "Bindings/MVVMFieldPathHelper.h" |
Syntax
struct FParsedNotifyBindingInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NotifyFieldClass | const UClass * | The viewmodel that is used to create the binding. | Bindings/MVVMFieldPathHelper.h | |
| NotifyFieldId | FFieldNotificationId | The property we will bind to Value is "Vector" when the path is "ViewmodelA.ViewmodelB.Vector.X" | Bindings/MVVMFieldPathHelper.h | |
| ViewModelIndex | int32 | The viewmodel index in the original path. | Bindings/MVVMFieldPathHelper.h |