Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
| |
|
| Name |
FMVVMDeveloperProjectWidgetSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMDeveloperProjectSettings.h |
| Include Path |
#include "MVVMDeveloperProjectSettings.h" |
Syntax
USTRUCT ()
struct FMVVMDeveloperProjectWidgetSettings
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AdvancedFieldNames |
TSet< FName > |
Properties or functions name that are displayed in the advanced category. |
MVVMDeveloperProjectSettings.h |
- EditAnywhere
- Config
- Category="Viewmodel"
|
| DisallowedFieldNames |
TSet< FName > |
Properties or functions name that should not be use for binding (read or write). |
MVVMDeveloperProjectSettings.h |
- EditAnywhere
- Config
- Category="Viewmodel"
|