Navigation
Unreal Engine C++ API Reference > Plugins > ChaosCachingEditor > Chaos
Inheritance Hierarchy
- TSharedFromThis< IAssetTypeActions >
- IAssetTypeActions
- FAssetTypeActions_Base
- FAssetTypeActions_ChaosCacheCollection
References
Module | ChaosCachingEditor |
Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Chaos/AssetTypeActions_ChaosCacheCollection.h |
Include | #include "Chaos/AssetTypeActions_ChaosCacheCollection.h" |
Syntax
class FAssetTypeActions_ChaosCacheCollection : public FAssetTypeActions_Base
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FText | GetAssetDescription
(
const FAssetData& AssetData |
Overridden from IAssetTypeActions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | GetActions
(
const TArray< UObject* >& InObjects, |
Generates a menubuilder for the specified objects. |
![]() ![]() |
uint32 | Returns the categories that this asset type appears in. | |
![]() ![]() ![]() |
FText | GetName () |
Returns the name of this type |
![]() ![]() ![]() |
UClass * | Get the supported class of this type. | |
![]() ![]() ![]() |
FColor | GetTypeColor () |
Returns the color associated with this type |
![]() ![]() |
void | OpenAssetEditor
(
const TArray< UObject* >& InObjects, |
Opens the asset editor for the specified objects. |