Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
Data to be used by the compiler to create new user widget properties
| Name | FBlueprintViewUserWidgetProperty |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewCompilerInterface.h |
| Include Path | #include "MVVMBlueprintViewCompilerInterface.h" |
Syntax
struct FBlueprintViewUserWidgetProperty
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthoritativeClass | UClass * | MVVMBlueprintViewCompilerInterface.h | ||
| bExposeOnSpawn | bool | MVVMBlueprintViewCompilerInterface.h | ||
| bPrivate | bool | MVVMBlueprintViewCompilerInterface.h | ||
| bReadOnly | bool | MVVMBlueprintViewCompilerInterface.h | ||
| CategoryName | FString | MVVMBlueprintViewCompilerInterface.h | ||
| DisplayName | FText | MVVMBlueprintViewCompilerInterface.h | ||
| Guid | FGuid | MVVMBlueprintViewCompilerInterface.h | ||
| Name | FName | MVVMBlueprintViewCompilerInterface.h | ||
| Property | const FProperty * | MVVMBlueprintViewCompilerInterface.h |