Fixes to Cog for building on engine side, deleted NetImGui from this repo

NetImGui hosted at https://github.com/Ed94/UE_ImGui/tree/Main

Eventually I just want the thirdparty module on its own repo...
This commit is contained in:
ed
2025-01-17 20:46:45 -05:00
parent 2a4c67f680
commit 9c5ca1a55d
25 changed files with 5 additions and 4201 deletions
@@ -19,6 +19,6 @@ public:
virtual bool GetColor(const FCogWindow& InCallingWindow, FLinearColor& OutColor) const override;
UPROPERTY(EditAnywhere)
UPROPERTY(EditAnywhere, Category = "Cog")
TSubclassOf<UGameplayEffect> Effect;
};