EAssetClassAction

Unreal Engine C++ API Reference > 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  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library