Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMVVMBlueprintView
References
| Module | ModelViewViewModelBlueprint |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintView.h |
| Include | #include "MVVMBlueprintView.h" |
Syntax
UCLASS&40;Within&61;MVVMWidgetBlueprintExtension_View&41;
class UMVVMBlueprintView : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnBindingsAdded | OnBindingsAdded | ||
| FOnBindingsUpdated | OnBindingsUpdated | ||
| FOnViewModelsUpdated | OnViewModelsUpdated | ||
| TArray< TObjectPtr< UEdGraph > > | TemporaryGraph | Use during compilation to clean the automatically generated graph. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. | |
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. | |
| void | PreSave
(
FObjectPreSaveContext SaveContext |
Presave function. | |
| void | Handles reading, writing, and reference collecting using FArchive. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnBindingsAdded | |||
| FOnBindingsUpdated | |||
| FOnViewModelsUpdated |