Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FComponentEditorUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/ComponentEditorUtils.h |
| Include | #include "Kismet2/ComponentEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/ComponentEditorUtils.cpp |
static void FillComponentContextMenuOptions
(
UToolMenu * Menu,
const TArray < UActorComponent * > & SelectedComponents
)
Remarks
Populates the given menu with basic options for operations on components in the world.
Parameters
| Name | Description |
|---|---|
| Menu | Used to register the menu options |
| SelectedComponents | The selected components to create menu options for |