| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Developer/AssetTools/Public/AssetTypeActions/AssetTypeActions_DataAsset.h |
Include |
#include "AssetTypeActions/AssetTypeActions_DataAsset.h" |
class FAssetTypeActions_DataAsset : public FAssetTypeActions_Base
Name | Description | ||
---|---|---|---|
|
GetActions ( |
Generates a menu section for the specified objects. |
|
|
GetCategories() |
Returns the categories that this asset type appears in. |
|
|
GetDisplayNameFromAssetData ( |
Optionally gets a class display name for this asset (otherwise, returns empty text (e.g. `FText::GetEmpty()_) |
|
|
GetName() |
IAssetTypeActions Implementation. |
|
|
UClass * |
GetSupportedClass() |
Get the supported class of this type. |
|
GetTypeColor() |
Returns the color associated with this type |
|
|
HasActions |
Returns true if this class can supply actions for InObjects. |