FPythonLogOutputEntry

Log output entry captured from Python.

Windows
MacOS
Linux

References

Module

PythonScriptPlugin

Header

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

Include

#include "PythonScriptTypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FPythonLogOutputEntry

Remarks

Log output entry captured from Python.

Variables

Name Description

Public variable UProperty Category BlueprintReadOnly visibleanywhere

FString

 

Output

The log output string.

Public variable UProperty Category BlueprintReadOnly visibleanywhere

EPythonLogOutpu...

 

Type

The type of the log output.

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