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