Navigation
API > API/Editor > API/Editor/SubobjectEditor > API/Editor/SubobjectEditor/SSubobjectBlueprintEditor
References
| Module | SubobjectEditor |
| Header | /Engine/Source/Editor/SubobjectEditor/Public/SSubobjectBlueprintEditor.h |
| Include | #include "SSubobjectBlueprintEditor.h" |
| Source | /Engine/Source/Editor/SubobjectEditor/Private/SSubobjectBlueprintEditor.cpp |
static void CreateEventsForSelection
&40;
UBlueprint &42; Blueprint,
FName EventName,
FGetSelectedObjectsDelegate GetSelectedObjectsDelegate
&41;
Remarks
Function to create events for the current selection
Parameters
| Name | Description |
|---|---|
| Blueprint | the active blueprint context |
| EventName | the event to add |
| GetSelectedObjectsDelegate | the delegate to gather information about current selection |
| NodeIndex | an index to a specified node to add event for or < 0 for all selected nodes. |