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 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 | DestinationToSourceFunction was moved to MVVMBlueprintViewConversionFunction. | |
| FName | DestinationToSourceWrapper_DEPRECATED | DestinationToSourceWrapper was moved to MVVMBlueprintViewConversionFunction. | |
| FMemberReference | SourceToDestinationFunction_DEPRECATED | SourceToDestinationFunction was moved to MVVMBlueprintViewConversionFunction. | |
| FName | SourceToDestinationWrapper_DEPRECATED | SourceToDestinationWrapper was moved to MVVMBlueprintViewConversionFunction. |