FBlueprintDragDropMenuItem::FBlueprintDragDropMenuItem

Sole constructor, which ensures that the RepresentativeAction member is set (and valid).

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "BlueprintDragDropMenuItem.h"

Source

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

Syntax

FBlueprintDragDropMenuItem
(
    FBlueprintActionContext const & Context,
    UBlueprintNodeSpawner const * SampleAction,
    int32 MenuGrouping,
    FText InNodeCategory,
    FText InMenuDesc,
    FText InToolTip
)

Remarks

Sole constructor, which ensures that the RepresentativeAction member is set (and valid).

Parameters

Parameter

Description

SampleAction

One of the node-spawners that this "consolidated" menu item represents (shouldn't matter which one).

MenuGrouping

Defines the order in which this entry is listed in the menu.

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