Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel > API/Plugins/ModelViewViewModel/View
References
| Module | ModelViewViewModel |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/View/MVVMViewClass.h |
| Include | #include "View/MVVMViewClass.h" |
Syntax
USTRUCT ()
struct FMVVMViewClass_Binding
Remarks
A compiled and shared binding for ViewModel<->View
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FMVVMVCompiledBinding & | GetBinding () |
||
| FGuid | GetEditorId () |
Get the id of the BlueprintViewBinding. | |
| EMVVMExecutionMode | How/when the binding should be executed. | ||
| uint64 | GetSources () |
A view binding may require more than one view sources to run the binding. | |
| bool | IsOneWay () |
||
| bool | IsShared () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EFlags |