Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.43 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.43 KB

ImGui Blueprint

This is a wrapper around Dear ImGui designed specifically for Unreal Blueprints.
It should work with any ImGui plugin for Unreal (I use IDI-Systems' UnrealImGui since it's the most up-to-date one).

image image image image

Possibly Frequently Asked Questions

What is the state of this project?

Very very very early. You can support me on Ko-Fi if you'd like me to continue working on it!

Why are there no Begin and End nodes?

I've decided to make those a single K2 Node that handles calling Begin and End functions automatically, since they can clutter up Blueprint Graphs pretty easily.
I find that they are also much more convenient to use.

Credits