Added a bunch more stuff. Too much to care to mention. Still more to do though.

This commit is contained in:
Jamie Greunbaum
2023-09-30 01:25:51 -04:00
parent cfe285b94d
commit 102927a690
60 changed files with 1664 additions and 76 deletions
@@ -90,7 +90,7 @@ public:
static bool IsAvailable() { return FModuleManager::Get().IsModuleLoaded("ComboInputEditor"); }
virtual void StartupModule() override;
virtual void ShutdownModule() override{}
virtual void ShutdownModule() override;
TSharedPtr<class FSlateStyleSet> GetComboInputEditorStyleSet() const { return this->ComboInputEditorStyleSet; }