Skip to content

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.

License

Notifications You must be signed in to change notification settings

cgerchenhp/TAPython_ChatGPT_UE5

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

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages