unreal.PythonLogOutputEntry¶
- class unreal.PythonLogOutputEntry(type=PythonLogOutputType.INFO, output='')¶
Bases:
unreal.StructBaseLog 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] Output: The log output string.type(PythonLogOutputType): [Read-Only] Type: The type of the log output.
- property type¶
[Read-Only] Type: The type of the log output.
- Type