Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
| Name | UMVVMBlueprintViewSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintView.h |
| Include Path | #include "MVVMBlueprintView.h" |
Syntax
UCLASS (MinimalAPI)
class UMVVMBlueprintViewSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMVVMBlueprintViewSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCreateViewWithoutBindings | bool | Create the view even when there are no view bindings or events. | MVVMBlueprintView.h |
|
| bInitializeBindingsOnConstruct | bool | Auto initialize the view bindings when the Widget is constructed. | MVVMBlueprintView.h |
|
| bInitializeEventsOnConstruct | bool | Auto initialize the view events when the Widget is constructed. | MVVMBlueprintView.h |
|
| bInitializeSourcesOnConstruct | bool | Auto initialize the view sources when the Widget is constructed. | MVVMBlueprintView.h |
|