7#include "AssetTypeActions_Base.h"
16 :
public FAssetTypeActions_Base
38 virtual FText
GetName()
const override;
Implements actions for handling Articy alternative global variables in the editor.
Definition AssetTypeActions_ArticyAlterativeGV.h:17
virtual uint32 GetCategories() override
Returns the asset categories this asset type belongs to.
Definition AssetTypeActions_ArticyAlterativeGV.cpp:25
virtual FText GetName() const override
Retrieves the display name for the asset type.
Definition AssetTypeActions_ArticyAlterativeGV.cpp:35
virtual bool CanFilter() override
Determines if the asset can be filtered in the content browser.
Definition AssetTypeActions_ArticyAlterativeGV.cpp:15
virtual UClass * GetSupportedClass() const override
Gets the class supported by this asset type.
Definition AssetTypeActions_ArticyAlterativeGV.cpp:45
virtual FColor GetTypeColor() const override
Returns the color associated with this asset type.
Definition AssetTypeActions_ArticyAlterativeGV.cpp:55