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