Skip to content

Tkinter GUI and threanding Timer cant use in unreal #2

@tenone11

Description

@tenone11

Hi, Guy

I have an issue about Tkinter and threanding issue

First is if I use Tkinter in UE, maybe because mainloop(). I have no idea
Second is I cant use threading module in UE, no idea. Below is simple code.
This code can run at PY IDE. 1s print 'hello', but it cant use in UE. It can run but it is not what I need

import threading

def func():
print 'hello!'
timer = threading.Timer(1, func)
timer.start()

func()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions