Navigation
- API > API/Developer > API/Developer/ToolMenus
-
that these parameters apply to the item type, not the children of that item (with some exceptions). When used for sections, it applies to Sections in general and not entries within that section.
| Name | FMenuMatchParameters |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/Tests/ToolMenusTestUtilities.h |
| Include Path | #include "Tests/ToolMenusTestUtilities.h" |
Syntax
struct FMenuMatchParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bActualHasAllExpectedItems | bool | If true, all expected entries/sections must exist in the actual menu. | Tests/ToolMenusTestUtilities.h | |
| bActualHasExpectedOrder | bool | The expected entries/sections must be in the same order they are in the actual menu. | Tests/ToolMenusTestUtilities.h | |
| bExpectedHasAllActualItems | bool | If true, all of the actual items must be found in the expected menu. | Tests/ToolMenusTestUtilities.h | |
| bMatchChildrenIfAnyExpected | bool | Attempts to match children if any are expected, otherwise it skips them. | Tests/ToolMenusTestUtilities.h |