unreal.DataLinkReplaceStringEntry

class unreal.DataLinkReplaceStringEntry(pattern: str = '', replacement: str = '')

Bases: StructBase

Data Link Replace String Entry

C++ Source:

  • Plugin: DataLink

  • Module: DataLink

  • File: DataLinkReplaceString.h

Editor Properties: (see get_editor_property/set_editor_property)

  • pattern (str): [Read-Write] The regex pattern to match

  • replacement (str): [Read-Write] The replacement string, can use capture groups with $ (e.g. $1)

property pattern: str

[Read-Write] The regex pattern to match

Type:

(str)

property replacement: str

[Read-Write] The replacement string, can use capture groups with $ (e.g. $1)

Type:

(str)