Cactus AI Framework Plugin for UE5.6 for Local LLM & VLM as Generative AI

Cactus AI is a framework to run local LLM, VLM and TTS on your computer. It is especially good for low powered, edge devices such as mobile phones but it works on desktop platforms, too. This is one of the reasons why it is a good choice for UE5.

So, I integrated it to UE5.6 and share it with you guys.

Features:

  • Single question
  • Multi-turn conversations
  • Image processing
  • Conversation export for persistent conversations.
  • Blueprint exposed

Use Cases:

  • You can talk with your NPCs just like humans.
  • Digital twin / factory simulation projects that can analyze runtime generated data.
  • AR & MR Projects that can understand surroundings. (It will be good with Quest 3)

Roadmap:

  • Currently it supports Windows but I will include Android, too.
  • It is work-in-progress state. Expect some problems !

Limitations:

  • Cactus AI doesn’t support buffer import for processing. It requires actual files. (I tried virtual file mapping and it didn’t work) So, you need paths. I shared another plugin to export images. So, you will be fine and also I opened an issue about it. They said they will look at it with next updates.
  • I don’t have Apple and Linux devices. So, I will only support Android and Windows
  • But library itself supports Apple ecosystem.
  • There will be no support about UE4 or older versions than 5.6.

Dependencies

I can help you if you have problems about Unreal side but for framework related problems, ask them to Cactus’ github repo !

Plugin have sample blueprints in plugin’s content folder. You can look at them to understand workflow.

1 Like