Navigation
API > API/Plugins > API/Plugins/PythonScriptPlugin
Log output entry captured from Python.
| Name | FPythonLogOutputEntry |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PythonScriptPlugin/Source/PythonScriptPlugin/Public/PythonScriptTypes.h |
| Include Path | #include "PythonScriptTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FPythonLogOutputEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Output | FString | The log output string. | PythonScriptTypes.h |
|
| Type | EPythonLogOutputType | The type of the log output. | PythonScriptTypes.h |
|