Navigation
API > API/Developer > API/Developer/AssetTools
ClassTypeActions provide actions and other information about asset types that host classes
| Name | IClassTypeActions |
| Type | class |
| Header File | /Engine/Source/Developer/AssetTools/Public/IClassTypeActions.h |
| Include Path | #include "IClassTypeActions.h" |
Syntax
class IClassTypeActions : public TSharedFromThis< IClassTypeActions >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IClassTypeActions
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IClassTypeActions() |
Virtual destructor | IClassTypeActions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UClass * GetSupportedClass() |
Checks to see if the specified object is handled by this type. | IClassTypeActions.h | |
TSharedPtr< class SWidget > GetThumbnailOverlay
(
const FAssetData& AssetData |
Optionally returns a custom widget to overlay on top of this assets' thumbnail | IClassTypeActions.h |