Navigation
Unreal Engine C++ API Reference > Editor > Kismet > SMyBlueprint
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/SMyBlueprint.h |
Include | #include "SMyBlueprint.h" |
Source | /Engine/Source/Editor/Kismet/Private/SMyBlueprint.cpp |
void GetSelectedItemsForContextMenu ( [TArray](API\Runtime\Core\Containers\TArray)< [FComponentEventConstructionData](API\Editor\Kismet\FComponentEventConstructionData) > & OutSelectedItems ) const
Remarks
Fills the supplied array with the currently selected objects
Parameters
Name | Description |
---|---|
OutSelectedItems | The array to fill. |