Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
References
| |
|
| Module |
ModelViewViewModelBlueprint |
| Header |
/Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewModelContext.h |
| Include |
#include "MVVMBlueprintViewModelContext.h" |
Syntax
enum EMVVMBlueprintViewModelContextCreationType
&123;
Manual,
CreateInstance,
GlobalViewModelCollection,
PropertyPath,
Resolver,
&125;
Values
| Name |
Description |
| Manual |
The viewmodel will be assigned later. |
| CreateInstance |
A new instance of the viewmodel will be created when the widget is created. |
| GlobalViewModelCollection |
The viewmodel exists and is added to the MVVMSubsystem. It will be fetched there. |
| PropertyPath |
The viewmodel will be fetched by evaluating a function or a property path. |
| Resolver |
The viewmodel will be fetched by evaluating the resolver object. |