/ImGui-for-Blueprints

[EU5 Plugin] A fork of UnrealImGui which is an UE4 implementation of Dear ImGui library. This fork is ment to expose main ImGui functionality to Blueprint Visual Scripting.

Primary LanguageC++MIT LicenseMIT

ImGui-for-Blueprints

Context:

This repo is a fork of UnrealImGui which is an Unreal Engine Plugin that integrates Dear ImGui library. Additionally, following code contains a lot of improvements from WiggleWizard's fork. Dear ImGui is an immediate-mode graphical user interface library that is widely used in Engine/Game Development, due to its simplicity.

This fork is ment to expose high-level ImGui functionality to Blueprint Visual Scripting.

Right now, I use this repo for my personal projects as a quick way of creating Debugers.

Files added by this fork:

/Content/ BPML_ImGui.uasset

/Source/ImGui/BP/ ImGuiEnums.h, ImGuiBPFL.h, ImGuiBPFL.cpp