Navigation
API > API/Plugins > API/Plugins/AnimToTextureEditor
Inheritance Hierarchy
- TSharedFromThis
- IAssetTypeActions
- FAssetTypeActions_Base
- FAnimToTextureAssetActions
References
| Module | AnimToTextureEditor |
| Header | /Engine/Plugins/Experimental/AnimToTexture/Source/AnimToTextureEditor/Public/AnimToTextureAssetActions.h |
| Include | #include "AnimToTextureAssetActions.h" |
Syntax
class FAnimToTextureAssetActions : public FAssetTypeActions_Base
Overridden from IAssetTypeActions
| Type | Name | Description | |
|---|---|---|---|
| void | GetActions
(
const TArray< UObject* >& InObjects, |
Generates a menubuilder for the specified objects. | |
| uint32 | Returns the categories that this asset type appears in. | ||
| FText | GetName () |
IAssetTypeActions Implementation. | |
| const TArray< FText > & | GetSubMenus () |
Returns array of sub-menu names that this asset type is parented under in the Asset Creation Context Menu. | |
| UClass * | Get the supported class of this type. | ||
| TSharedPtr< SWidget > | GetThumbnailOverlay
(
const FAssetData& AssetData |
Optionally returns a custom widget to overlay on top of this assets' thumbnail | |
| FColor | GetTypeColor () |
Returns the color associated with this type |