Navigation
API > API/Plugins > API/Plugins/PythonScriptPlugin
Types of log output that Python can give.
| Name | EPythonLogOutputType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/PythonScriptTypes.h |
| Include Path | #include "PythonScriptTypes.h" |
Syntax
enum EPythonLogOutputType
{
Info,
Warning,
Error,
}
Values
| Name | Remarks |
|---|---|
| Info | This log was informative. |
| Warning | This log was a warning. |
| Error | This log was an error. |