Navigation
API > API/Developer > API/Developer/AssetTools
| |
|
| Name |
EAssetClassAction |
| Type |
enum |
| Header File |
/Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path |
#include "IAssetTools.h" |
Syntax
enum EAssetClassAction
{
CreateAsset,
ViewAsset,
ImportAsset,
ExportAsset,
AllAssetActions,
}
Values
| Name |
Remarks |
| 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 |
|