Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 972 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 972 Bytes

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