Navigation
Unreal Engine C++ API Reference > Developer > AssetTools
Inheritance Hierarchy
References
Module | AssetTools |
Header | /Engine/Source/Developer/AssetTools/Public/IClassTypeActions.h |
Include | #include "IClassTypeActions.h" |
Syntax
class IClassTypeActions : public [TSharedFromThis< IClassTypeActions >](API\Runtime\Core\Templates\TSharedFromThis)
Remarks
ClassTypeActions provide actions and other information about asset types that host classes
Destructors
Type | Name | Description |
---|---|---|
~IClassTypeActions () | Virtual destructor |
Functions
Type | Name | Description |
---|---|---|
UClass * | GetSupportedClass () | Checks to see if the specified object is handled by this type. |
TSharedPtr< ... | GetThumbnailOverlay ( const FAssetData& AssetData ) | Optionally returns a custom widget to overlay on top of this assets' thumbnail |