unreal.EdGraphNode

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

Bases: Object

Ed Graph Node

C++ Source:

  • Module: Engine

  • File: EdGraphNode.h

Editor Properties: (see get_editor_property/set_editor_property)

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

property error_msg: str

[Read-Only] Error/Warning description

Type:

(str)

get_node_size() Vector2D

Returns the size (width, height) of a node as stored in the graph data. Note: sizes are only populated after the graph has been rendered in the editor.

Return type:

Vector2D