mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 08:20:32 +00:00
5e4b7084de
Merged 4 commits fixing build errors when compiling this as an engine plugin: - Changed include directives to use full paths (ex. <ICursor.h> -> <GenericPlatform/ICursor.h>). - Added categories to FImGuiKeyInfo properties (required for all blueprint exposed types in engine plugins). - Added explicit configuration of PCHUsage (without that it is assumed to be UseExplicitOrSharedPCHs in engine plugins and UseSharedPCHs in game ones) - amended to work also in the older engine versions. |
||
---|---|---|
.. | ||
Private | ||
Public | ||
ImGui.Build.cs |