FBlueprintActionMenuUtils::MakeContextMenu

A centralized utility function for constructing blueprint context menus.

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "BlueprintActionMenuUtils.h"

Source

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

Syntax

static void MakeContextMenu
(
    FBlueprintActionContext const & Context,
    bool bIsContextSensitive,
    uint32 ClassTargetMask,
    FBlueprintActionMenuBuilder & MenuOut
)

Remarks

A centralized utility function for constructing blueprint context menus. Rolls the supplied Context and SelectedProperties into a series of filters that're used to construct the menu.

Parameters

Parameter

Description

Context

Contains the blueprint/graph/pin that the menu is for.

bIsContextSensitive

ClassTargetMask

MenuOut

The structure that will be populated with context menu items.

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