unreal.PythonLogOutputType

class unreal.PythonLogOutputType

Bases: unreal.EnumBase

Types of log output that Python can give.

C++ Source:

  • Plugin: PythonScriptPlugin

  • Module: PythonScriptPlugin

  • File: PythonScriptTypes.h

ERROR

This log was an error.

Type

2

INFO

This log was informative.

Type

0

WARNING

This log was a warning.

Type

1