EPythonLogOutputType

Types of log output that Python can give.

Windows
MacOS
Linux

References

Module

PythonScriptPlugin

Header

/Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/PythonScriptTypes.h

Include

#include "PythonScriptTypes.h"

Syntax

enum EPythonLogOutputType
{
    Info,
    Warning,
    Error,
}

Values

Name

Description

Info

This log was informative.

Warning

This log was a warning.

Error

This log was an error.

Remarks

Types of log output that Python can give.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss