Skip to content

Python console should print repr for expressions #289

Open
@assumptionsoup

Description

@assumptionsoup

Just like the normal python editor, I think it would be nice if UnrealEnginePython did this:

>>> one = 1
>>> one
1

Currently, it does this:

>>> one = 1
>>> one

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions