Navigation
Unreal Engine C++ API Reference > Plugins > MediaPlayerEditor > AssetTools
Inheritance Hierarchy
- TSharedFromThis< IAssetTypeActions >
- IAssetTypeActions
- FAssetTypeActions_Base
- FMediaSourceActions
References
Module | MediaPlayerEditor |
Header | /Engine/Plugins/Media/MediaPlayerEditor/Source/MediaPlayerEditor/Public/AssetTools/MediaSourceActions.h |
Include | #include "AssetTools/MediaSourceActions.h" |
Syntax
class FMediaSourceActions : public FAssetTypeActions_Base
Remarks
Implements an action for UMediaSource assets.
Overridden from IAssetTypeActions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | CanFilter () |
Returns true if this class can be used as a filter in the content browser |
![]() ![]() ![]() |
FText | GetAssetDescription
(
const FAssetData& AssetData |
Returns additional tooltip information for the specified asset, if it has any (otherwise return the null widget) |
![]() ![]() |
uint32 | Returns the categories that this asset type appears in. | |
![]() ![]() ![]() |
FText | GetName () |
Returns the name of this type |
![]() ![]() ![]() |
UClass * | Get the supported class of this type. | |
![]() ![]() ![]() |
TSharedPtr< class 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 |
![]() ![]() |
void | OpenAssetEditor
(
const TArray< UObject* >& InObjects, |
Opens the asset editor for the specified objects. |