unreal.DataflowNodeInfo¶
- class unreal.DataflowNodeInfo(name: str = '', type_name: str = '', pos_x: int = 0, pos_y: int = 0)¶
Bases:
StructBaseBasic info about a Dataflow node returned by GetNodeInfo
C++ Source:
Plugin: DataflowAgent
Module: DataflowAgent
File: DataflowAgentCustomTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
name(str): [Read-Write]pos_x(int32): [Read-Write]pos_y(int32): [Read-Write]type_name(str): [Read-Write]