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