Code compiles now, at least. That's a start.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user