Navigation
API > API/Developer > API/Developer/AssetTools
(jcotton) This enum has been extracted into a separate header as it would ideally live in IAssetTypeActions.h or AssetTypeActions_Base.h, however these files are included without module linking (IncludePathModuleNames) in several other modules which makes adding a UENUM() not possible without refactoring.
| Name | EAssetTypeActivationOpenedMethod |
| Type | enum |
| Header File | /Engine/Source/Developer/AssetTools/Public/AssetTypeActivationOpenedMethod.h |
| Include Path | #include "AssetTypeActivationOpenedMethod.h" |
Syntax
enum EAssetTypeActivationOpenedMethod
{
Edit,
View,
}
Values
| Name | Remarks |
|---|---|
| Edit | |
| View |