unreal.StringValuePair

class unreal.StringValuePair(key: str = '', value: str = '')

Bases: StructBase

String Value Pair

C++ Source:

  • Module: DataflowEngine

  • File: DataflowEngineTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • key (str): [Read-Write]

  • value (str): [Read-Write]

property key: str

[Read-Write]

Type:

(str)

property value: str

[Read-Write]

Type:

(str)