Added enough code for event nodes to be created for each UComboAction class. Now to figure out how to make them actually fire.

This commit is contained in:
Jamie Greunbaum
2023-09-15 12:56:26 -04:00
parent 445895b77b
commit 5326c81528
21 changed files with 338 additions and 191 deletions
@@ -77,4 +77,6 @@ private:
static EAssetTypeCategories::Type ComboAssetsCategory;
TArray<TSharedPtr<IAssetTypeActions>> CreatedAssetTypeActions;
TSharedPtr<class FSlateStyleSet> StyleSet;
};