Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
References
| Module | ModelViewViewModelBlueprint |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewBinding.h |
| Include | #include "MVVMBlueprintViewBinding.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMVVMBlueprintViewBinding
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCompile | The binding is visible in the editor, but is not compiled and cannot be used at runtime. | |
| bool | bEnabled | Whether the binding is enabled or disabled by default. | |
| FGuid | BindingId | The unique ID of this binding. | |
| EMVVMBindingMode | BindingType | ||
| bool | bOverrideExecutionMode | ||
| FMVVMBlueprintViewConversionPath | Conversion | ||
| FMVVMBlueprintPropertyPath | DestinationPath | ||
| EMVVMExecutionMode | OverrideExecutionMode | ||
| FMVVMBlueprintPropertyPath | SourcePath |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetDisplayNameString
(
const UWidgetBlueprint* WidgetBlueprint, |
Get a string that identifies this binding. | |
| FName | GetFName () |
Get an internal name. | |
| FString | GetSearchableString
(
const UWidgetBlueprint* WidgetBlueprint |
Get a string that identifies this binding and is specifically formatted for search. |