Navigation
Unreal Engine C++ API Reference > Developer > AssetTools > AssetTypeActions
Inheritance Hierarchy
- TSharedFromThis
- IAssetTypeActions
- FAssetTypeActions_Base
- FAssetTypeActions_DataAsset
References
Module | AssetTools |
Header | /Engine/Source/Developer/AssetTools/Public/AssetTypeActions/AssetTypeActions_DataAsset.h |
Include | #include "AssetTypeActions/AssetTypeActions_DataAsset.h" |
Syntax
class FAssetTypeActions_DataAsset : public FAssetTypeActions_Base
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | PerformAssetDiff
(
UObject* OldAsset, |
Overridden from IAssetTypeActions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | GetActions
(
const TArray< UObject* >& InObjects, |
Generates a menu section for the specified objects. |
![]() ![]() |
uint32 | Returns the categories that this asset type appears in. | |
![]() ![]() ![]() |
FText | GetDisplayNameFromAssetData
(
const FAssetData& AssetData |
Optionally gets a class display name for this asset (otherwise, returns empty text (e.g. `FText::GetEmpty()_) |
![]() ![]() ![]() |
FText | GetName () |
IAssetTypeActions Implementation. |
![]() ![]() ![]() |
UClass * | Get the supported class of this type. | |
![]() ![]() ![]() |
FColor | GetTypeColor () |
Returns the color associated with this type |