FEdGraphSchemaAction_K2InputAction::FEdGraphSchemaAction_K2InputAction

The primary constructor, used to customize the Super [FEdGraphSchemaAction](API\Runtime\Engine\EdGraph\FEdGraphSchemaAction).

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h

Include

#include "EdGraphSchema_K2_Actions.h"

Syntax

FEdGraphSchemaAction_K2InputAction
(
    FText Category,
    FText MenuDescription,
    FText Tooltip,
    int32 const Grouping
)

Remarks

The primary constructor, used to customize the Super FEdGraphSchemaAction.

Parameters

Parameter

Description

Category

The tree parent header (or path, delimited by '|') you want to sort this action under.

MenuDescription

The string you want displayed in the tree, corresponding to this action.

Tooltip

A string to display when hovering over this action entry.

Grouping

Used to override list ordering (actions with the same number get grouped together, higher numbers get sorted first).

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