unreal.MVVMViewConversionFunctionDescription

class unreal.MVVMViewConversionFunctionDescription(conversion_function: Function = Ellipsis, conversion_node: Class = Ellipsis)

Bases: StructBase

Information about a conversion function

C++ Source:

  • Plugin: MVVMToolset

  • Module: MVVMToolset

  • File: MVVMToolset.h

Editor Properties: (see get_editor_property/set_editor_property)

  • conversion_function (Function): [Read-Write] If the conversion function is a UFunction, this value will be set

  • conversion_node (type(Class)): [Read-Write] If the conversion function is a UK2Node, this value will be set

property conversion_function: Function

[Read-Only] If the conversion function is a UFunction, this value will be set

Type:

(Function)

property conversion_node: Class

[Read-Only] If the conversion function is a UK2Node, this value will be set

Type:

(type(Class))