Giter Site home page Giter Site logo

Comments (5)

sinokgr avatar sinokgr commented on August 25, 2024

Hey @jiamingfeng, I don't know about auto-completion, but in terms of docs, I believe you can find most of the things you want in the following files:
README
PythonConsole
sequencer_API
uObject_API
Hope that helps 😄

from unrealenginepython.

rdeioris avatar rdeioris commented on August 25, 2024

Even this file would be helpful https://github.com/20tab/UnrealEnginePython/blob/master/Source/UnrealEnginePython/Private/UEPyModule.cpp#L87

Take in account that those are the python-specific functions. The reflection-based functions are the same of the Blueprint api.

from unrealenginepython.

jiamingfeng avatar jiamingfeng commented on August 25, 2024

Thanks for the reply @sinokgr @rdeioris .
I guess the python console is still a bit hard to use and I was getting a bit frustrated.
Is the ue.exec("file.py") the best way to test my own script?

from unrealenginepython.

sinokgr avatar sinokgr commented on August 25, 2024

@jiamingfeng, personally, if I want to test something, what I do is I import in console the module like "import file" and then run my defs from "file.my_def()". If I change anything I do "reload(file)" and run the def again.

from unrealenginepython.

rdeioris avatar rdeioris commented on August 25, 2024

@jiamingfeng you can map python script to menus (#29 (comment)) but yes, the console currently sucks. Next step will be adding history support and the printing of the last evaluated statement (like the standard python interactive console)

from unrealenginepython.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.