Code compiles now, at least. That's a start.

This commit is contained in:
Jamie Greunbaum
2023-09-27 12:21:35 -04:00
parent ea4dd54ec9
commit 8b6cfafc45
12 changed files with 111 additions and 130 deletions
@@ -67,6 +67,8 @@ public:
static EAssetTypeCategories::Type GetInputAssetsCategory() { return FComboInputEditorModule::ComboAssetsCategory; }
TSharedPtr<class FSlateStyleSet> ComboActionGraphEditorStyleSet;
private:
void RegisterAssetTypeActions(IAssetTools &AssetTools, TSharedRef<IAssetTypeActions> Action)
{
@@ -78,5 +80,5 @@ private:
TArray<TSharedPtr<IAssetTypeActions>> CreatedAssetTypeActions;
TSharedPtr<class FSlateStyleSet> StyleSet;
TSharedPtr<class FSlateStyleSet> ComboInputEditorStyleSet;
};