Navigation
Unreal Engine C++ API Reference > Developer > AssetTools > AssetTypeActions
Inheritance Hierarchy
- TSharedFromThis
- IAssetTypeActions
- FAssetTypeActions_Base
- FAssetTypeActions_AnimationAsset
References
Module | AssetTools |
Header | /Engine/Source/Developer/AssetTools/Public/AssetTypeActions/AssetTypeActions_AnimationAsset.h |
Include | #include "AssetTypeActions/AssetTypeActions_AnimationAsset.h" |
Syntax
class FAssetTypeActions_AnimationAsset : public FAssetTypeActions_Base
Overridden from IAssetTypeActions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | CanFilter () |
Returns true if this class can be used as a filter in the content browser |
![]() ![]() |
uint32 | Returns the categories that this asset type appears in. | |
![]() ![]() ![]() |
FText | GetName () |
IAssetTypeActions Implementation. |
![]() ![]() ![]() |
UClass * | Get the supported class of this type. | |
![]() ![]() ![]() |
UThumbnailInfo * | GetThumbnailInfo
(
UObject* Asset |
Returns the thumbnail info for the specified asset, if it has one. |
![]() ![]() ![]() |
FColor | GetTypeColor () |
Returns the color associated with this type |
![]() ![]() |
void | OpenAssetEditor
(
const TArray< UObject* >& InObjects, |
Opens the asset editor for the specified objects. |