unreal.PythonLogOutputEntry

class unreal.PythonLogOutputEntry(type: PythonLogOutputType = Ellipsis, output: str = '')

Bases: StructBase

Log output entry captured from Python.

C++ Source:

  • Plugin: PythonScriptPlugin

  • Module: PythonScriptPlugin

  • File: PythonScriptTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • output (str): [Read-Only] The log output string.

  • type (PythonLogOutputType): [Read-Only] The type of the log output.

property output: str

[Read-Only] The log output string.

Type:

(str)

property type: PythonLogOutputType

[Read-Only] The type of the log output.

Type:

(PythonLogOutputType)