unreal.MVVMBlueprintViewConversionPath

class unreal.MVVMBlueprintViewConversionPath

Bases: StructBase

MVVMBlueprint View Conversion Path

C++ Source:

  • Plugin: ModelViewViewModel

  • Module: ModelViewViewModelBlueprint

  • File: MVVMBlueprintViewBinding.h

Editor Properties: (see get_editor_property/set_editor_property)

  • destination_to_source_function (MemberReference): [Read-Write] The Conversion function when converting the value from the destination to the source.

  • source_to_destination_function (MemberReference): [Read-Write] The Conversion function when converting the value from the source to the destination.