SSCSEditor::BuildMenuEventsSection

Fills out an events section in ui.

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 BuildMenuEventsSection
(
    FMenuBuilder & Menu,
    UBlueprint * Blueprint,
    UClass * SelectedClass,
    FCanExecuteAction CanExecuteActionDelegate,
    FGetSelectedObjectsDelegate GetSelectedObjectsDelegate
)

Remarks

Fills out an events section in ui.

Parameters

Parameter

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

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