Navigation
Unreal Engine C++ API Reference > Plugins > GeometryCacheEd
Inheritance Hierarchy
- TSharedFromThis
- IAssetTypeActions
- FAssetTypeActions_Base
- FAssetTypeActions_GeometryCache
References
Module | GeometryCacheEd |
Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheEd/Classes/AssetTypeActions_GeometryCache.h |
Include | #include "AssetTypeActions_GeometryCache.h" |
Syntax
class FAssetTypeActions_GeometryCache : public FAssetTypeActions_Base
Remarks
Type-actions class for GeometryCache assets
Overridden from IAssetTypeActions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | Returns the categories that this asset type appears in. | |
![]() ![]() ![]() |
FText | GetName () |
IAssetTypeActions Implementation. |
![]() ![]() ![]() |
void | GetResolvedSourceFilePaths
(
const TArray< UObject* >& TypeAssets, |
Collects the resolved source paths for the imported assets |
![]() ![]() ![]() |
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 |
![]() ![]() ![]() |
bool | Returns whether the asset was imported from an external source | |
![]() ![]() |
void | OpenAssetEditor
(
const TArray< UObject* >& InObjects, |
Opens the asset editor for the specified objects. |