Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
| Name | FMVVMBlueprintViewConversionPath |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewBinding.h |
| Include Path | #include "MVVMBlueprintViewBinding.h" |
Syntax
USTRUCT (BlueprintType )
struct FMVVMBlueprintViewConversionPath
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FMVVMBlueprintViewConversionPath () |
MVVMBlueprintViewBinding.h | ||
| MVVMBlueprintViewBinding.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DestinationToSourceConversion | TObjectPtr< UMVVMBlueprintViewConversionFunction > | The graph that contains the conversion function when converting the value from the destination to the source. | MVVMBlueprintViewBinding.h |
|
| SourceToDestinationConversion | TObjectPtr< UMVVMBlueprintViewConversionFunction > | The graph that contains the conversion function when converting the value from the source to the destination. | MVVMBlueprintViewBinding.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DeprecateViewConversionFunction
(
UBlueprint* Blueprint, |
MVVMBlueprintViewBinding.h | ||
void GenerateWrapper
(
UBlueprint* Blueprint |
MVVMBlueprintViewBinding.h | ||
UMVVMBlueprintViewConversionFunction * GetConversionFunction
(
bool bSourceToDestination |
MVVMBlueprintViewBinding.h | ||
void SavePinValues
(
UBlueprint* Blueprint |
MVVMBlueprintViewBinding.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMVVMBlueprintViewConversionPath & operator=
(
const FMVVMBlueprintViewConversionPath& |
MVVMBlueprintViewBinding.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DestinationToSourceFunction_DEPRECATED | FMemberReference | The Conversion function when converting the value from the destination to the source. | MVVMBlueprintViewBinding.h | |
| DestinationToSourceWrapper_DEPRECATED | FName | The name of the graph that contains the conversion function when converting the value from the destination to the source. | MVVMBlueprintViewBinding.h | |
| SourceToDestinationFunction_DEPRECATED | FMemberReference | The Conversion function when converting the value from the source to the destination. | MVVMBlueprintViewBinding.h | |
| SourceToDestinationWrapper_DEPRECATED | FName | The name of the graph that contains the conversion function when converting the value from the source to the destination. | MVVMBlueprintViewBinding.h |