UnrealImGui/Source/ImGui
Sebastian c5f3759664 Moved console variables and commands to wrapper objects:
- Moved property variables to ImGui Module Properties.
- Moved console command to ImGui Module Commands (one for now but more will be added).
- ImGui Module Commands is created by ImGui Module Manager, what means that commands are registered after module is loaded and unregistered when it is unloaded.
- Updated settings to allow more convenient use: Added global pointer to default object and event raised when it is loaded.
2018-11-24 19:54:01 +00:00
..
Private Moved console variables and commands to wrapper objects: 2018-11-24 19:54:01 +00:00
Public Added missing UObject/WeakObjectPtr.h include to ImGuiInputHandler.h to improve backward compatibility. 2018-09-02 13:38:44 +01:00
ImGui.Build.cs Fixed IntelliSense errors caused by wrongly formatted macro definitions in build script file. 2018-11-06 18:57:21 +00:00