AI for speedup the development with unreal engine ?

Hi, i’m just wondering what will be the best AI option, to speed up the development in unreal engine?

What part of development aid are looking into?

I’m often using ChatGPT to ask about the internal workings of UE, and usually that’s quite helpful (of course that depends on the level of complexity of your question).
You could use LLMs to find errors and inconsistencies in text / dialogues, I guess?

Collab and Rider are quite useful when wirting code, refactoring, writing comments / documentation.

For image / model generation, Stable Diffusion might be useful for prototyping but I wouldn’t bother if you are after production quality textures. Then, 3D mesh generation from images is somewhat alright with DramGaussian.

Curious about other people’s experience.

I was looking to speed up the coding part, when i got stuck finding a way to do something related to the code.

thank you for the information

Imo, ChatGPT is great for that. Especially if I’m coding something in an area without too much domain knowledge that’s like having a peer programmer next to you.