SSCSEditor::CreateEventsForSelection

Function to create events for the current selection

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Source

/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp

Syntax

static void CreateEventsForSelection
(
    UBlueprint * Blueprint,
    FName EventName,
    FGetSelectedObjectsDelegate GetSelectedObjectsDelegate
)

Remarks

Function to create events for the current selection

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss