Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCollectionEditor > GeometryCollection
Inheritance Hierarchy
- TSharedFromThis
- IAssetTypeActions
- FAssetTypeActions_Base
- FAssetTypeActions_GeometryCollection
References
Module | GeometryCollectionEditor |
Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/AssetTypeActions_GeometryCollection.h |
Include | #include "GeometryCollection/AssetTypeActions_GeometryCollection.h" |
Syntax
class FAssetTypeActions_GeometryCollection : public FAssetTypeActions_Base
Overridden from IAssetTypeActions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | Returns the categories that this asset type appears in. | |
![]() ![]() ![]() |
FText | GetName () |
IAssetTypeActions Implementation. |
![]() ![]() ![]() |
UClass * | Get the supported class of this type. | |
![]() ![]() ![]() |
UThumbnailInfo * | GetThumbnailInfo
(
UObject* Asset |
Returns the thumbnail info for the specified asset, if it has one. |
![]() ![]() ![]() |
FColor | GetTypeColor () |
Returns the color associated with this type |
![]() ![]() |
void | OpenAssetEditor
(
const TArray< UObject* >& InObjects, |
Opens the asset editor for the specified objects. |