unreal.DataLinkEdNode

class unreal.DataLinkEdNode(outer: Object | None = None, name: Name | str = 'None')

Bases: EdGraphNode

Data Link Ed Node

C++ Source:

  • Plugin: DataLink

  • Module: DataLinkEdGraph

  • File: DataLinkEdNode.h

Editor Properties: (see get_editor_property/set_editor_property)

  • error_msg (str): [Read-Write] Error/Warning description

  • template_node (DataLinkNode): [Read-Only] Underlying Data Link Node this Editor Node represents