Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FEdGraphSchemaAction_K2Event > API/Editor/BlueprintGraph/FEdGraphSchemaAction_K2Event/__ctor
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
Include | #include "EdGraphSchema_K2_Actions.h" |
FEdGraphSchemaAction_K2Event
&40;
FText Category,
FText MenuDescription,
FText Tooltip,
int32 const Grouping
&41;
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). |