Navigation
Unreal Engine C++ API Reference > Editor > LevelEditor > FLevelEditorContextMenu
References
Module | LevelEditor |
Header | /Engine/Source/Editor/LevelEditor/Public/LevelEditorContextMenu.h |
Include | #include "LevelEditorContextMenu.h" |
Source | /Engine/Source/Editor/LevelEditor/Private/LevelEditorContextMenu.cpp |
static void BuildGroupMenu ( [FToolMenuSection](API\Developer\ToolMenus\FToolMenuSection) & Section, const struct [FSelectedActorInfo](API\Editor\UnrealEd\FSelectedActorInfo) & SelectedActorInfo )
Remarks
Builds the actor group menu
Parameters
Name | Description |
---|---|
Menu | The menu to add items to. |
SelectedActorInfo | Information about the selected actors. |