Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
A structure to identify the Binding and the associated FieldId
| Name | FMVVMViewClass_SourceBinding |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/View/MVVMViewClass.h |
| Include Path | #include "View/MVVMViewClass.h" |
Syntax
USTRUCT ()
struct FMVVMViewClass_SourceBinding
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BindingKey | FMVVMViewClass_BindingKey | View/MVVMViewClass.h |
|
|
| FieldId | FFieldNotificationId | View/MVVMViewClass.h |
|
|
| Flags | uint8 | View/MVVMViewClass.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ExecuteAtInitialization() |
View/MVVMViewClass.h | ||
FMVVMViewClass_BindingKey GetBindingKey() |
The key to identify a binding in the view class. | View/MVVMViewClass.h | |
| The id for the FieldId on the source. | View/MVVMViewClass.h |