Navigation
API > API/Developer > API/Developer/AssetTools
References
| Module | AssetTools |
| Header | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include | #include "IAssetTools.h" |
Syntax
enum EAssetClassAction
{
CreateAsset,
ViewAsset,
ImportAsset,
ExportAsset,
AllAssetActions,
}
Values
| Name | Description |
|---|---|
| CreateAsset | Whether an action can be created by an AssetTypeAction |
| ViewAsset | Whether an asset can be viewed in the content browser |
| ImportAsset | Whether an asset can be imported |
| ExportAsset | Whether an asset can be exported |
| AllAssetActions |