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 (BlueprintType )
struct FMVVMBlueprintViewConversionPath
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMVVMBlueprintViewConversionFunction > | DestinationToSourceConversion | The graph that contains the conversion function when converting the value from the destination to the source. | |
| TObjectPtr< UMVVMBlueprintViewConversionFunction > | SourceToDestinationConversion | The graph that contains the conversion function when converting the value from the source to the destination. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DeprecateViewConversionFunction
(
UBlueprint* Blueprint, |
||
| void | GenerateWrapper
(
UBlueprint* Blueprint |
||
| UMVVMBlueprintViewConversionFunction * | GetConversionFunction
(
bool bSourceToDestination |
||
| void | SavePinValues
(
UBlueprint* Blueprint |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMVVMBlueprintViewConversionPath & | operator=
(
const FMVVMBlueprintViewConversionPath& |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FMemberReference | DestinationToSourceFunction_DEPRECATED | The Conversion function when converting the value from the destination to the source. | |
| FName | DestinationToSourceWrapper_DEPRECATED | The name of the graph that contains the conversion function when converting the value from the destination to the source. | |
| FMemberReference | SourceToDestinationFunction_DEPRECATED | The Conversion function when converting the value from the source to the destination. | |
| FName | SourceToDestinationWrapper_DEPRECATED | The name of the graph that contains the conversion function when converting the value from the source to the destination. |