Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SSCSEditor
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
static void BuildMenuEventsSection
&40;
FMenuBuilder & Menu,
UBlueprint &42; Blueprint,
UClass &42; SelectedClass,
FCanExecuteAction CanExecuteActionDelegate,
FGetSelectedObjectsDelegate GetSelectedObjectsDelegate
&41;
Remarks
Fills out an events section in ui.
Parameters
| Name | Description |
|---|---|
| Menu | the menu to add the events section into |
| Blueprint | the active blueprint context being edited |
| SelectedClass | the common component class to build the events list from |
| CanExecuteActionDelegate | the delegate to query whether or not to execute the UI action |
| GetSelectedObjectsDelegate | the delegate to fill the currently select variables / components |