Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAPython_ChatGPT_UE5

This is a demo project of using ChatGPT to create Slate UI with TAPython in Unreal Engine 5.

TAPython uses JSON for the user interface, which is friendly with ChatGPT.

demo video: https://www.youtube.com/watch?v=H3MjtmX58IQ

Menu entry item

./UI/MenuConfig.json

    "OnToolBarChameleon": {
        "name": "Python Chameleon on toolbar",
        "items": [
            {
                "name": "Chat GPT Demo",
                "ChameleonTools": "../Python/Chats/Chat.json"
            }
        ]
    }
    ...

About

A demo project of using ChatGPT to create Slate UI with TAPython in Unreal Engine 5. TAPython uses JSON for the user interface, which is friendly with ChatGPT.

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Contributors

Languages