FEdGraphSchemaAction_K2Event::FEdGraphSchemaAction_K2Event

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

Unreal Engine C++ API Reference > Editor > BlueprintGraph > FEdGraphSchemaAction_K2Event > FEdGraphSchemaAction_K2Event

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h
Include #include "EdGraphSchema_K2_Actions.h"
FEdGraphSchemaAction_K2Event
(
    [FText](API\Runtime\Core\Internationalization\FText) Category,
    [FText](API\Runtime\Core\Internationalization\FText) MenuDescription,
    [FText](API\Runtime\Core\Internationalization\FText) Tooltip,
    int32 const Grouping
)

Remarks

The primary constructor, used to customize the Super FEdGraphSchemaAction.

Parameters

Name 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).

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library