Navigation
API > API/Developer > API/Developer/ToolMenus
| Name | EToolMenuInsertFallback |
| Type | enum |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuMisc.h |
| Include Path | #include "ToolMenuMisc.h" |
Syntax
enum EToolMenuInsertFallback
{
None = 0 UMETA(Hidden),
Insert = 1 << 0,
Log = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Insert | Insert the item even when the target is not found |
| Log | Log a warning if the target is not found |