Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
A binding to evaluate the source when something change in its path.
| Name | FMVVMViewClass_EvaluateSource |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/View/MVVMViewClass.h |
| Include Path | #include "View/MVVMViewClass.h" |
Syntax
USTRUCT ()
struct FMVVMViewClass_EvaluateSource
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParentFieldId | FFieldNotificationId | View/MVVMViewClass.h |
|
|
| ParentSource | FMVVMViewClass_SourceKey | View/MVVMViewClass.h |
|
|
| ToEvaluate | FMVVMViewClass_SourceKey | View/MVVMViewClass.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFieldNotificationId GetFieldId() |
The id for the FieldId on the source on the parent that will trigger the evaluation. | View/MVVMViewClass.h | |
FMVVMViewClass_SourceKey GetParentSource() |
The source that owns the source. | View/MVVMViewClass.h | |
FMVVMViewClass_SourceKey GetSource() |
The source that needs to be evaluated. | View/MVVMViewClass.h |