Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/FAssetTypeActions_Base
Description
Returns the default thumbnail type that should be rendered when rendering primitive shapes. This does not need to be implemented if the asset does not render a primitive shape
Virtual Inheritance
- IAssetTypeActions::GetDefaultThumbnailPrimitiveType → FAssetTypeActions_Base::GetDefaultThumbnailPrimitiveType
| Name | GetDefaultThumbnailPrimitiveType |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/AssetTypeActions_Base.h |
| Include Path | #include "AssetTypeActions_Base.h" |
virtual EThumbnailPrimType GetDefaultThumbnailPrimitiveType
(
UObject * Asset
) const