unreal.PythonLogOutputType

class unreal.PythonLogOutputType

Bases: EnumBase

Types of log output that Python can give.

C++ Source:

  • Plugin: PythonScriptPlugin

  • Module: PythonScriptPlugin

  • File: PythonScriptTypes.h

ERROR: PythonLogOutputType

This log was an error.

Type:

2

INFO: PythonLogOutputType

This log was informative.

Type:

0

WARNING: PythonLogOutputType

This log was a warning.

Type:

1