Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FEdGraphSchemaAction_K2Event
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| An empty default constructor (stubbed out for arrays and other containers that need to allocate default instances of this struct) | EdGraphSchema_K2_Actions.h | ||
FEdGraphSchemaAction_K2Event
(
FText Category, |
The primary constructor, used to customize the Super FEdGraphSchemaAction. | EdGraphSchema_K2_Actions.h |
FEdGraphSchemaAction_K2Event()
Description
An empty default constructor (stubbed out for arrays and other containers that need to allocate default instances of this struct)
| Name | FEdGraphSchemaAction_K2Event |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include Path | #include "EdGraphSchema_K2_Actions.h" |
FEdGraphSchemaAction_K2Event()
FEdGraphSchemaAction_K2Event(FText, FText, FText, int32 const)
Description
The primary constructor, used to customize the Super FEdGraphSchemaAction.
| Name | FEdGraphSchemaAction_K2Event |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include Path | #include "EdGraphSchema_K2_Actions.h" |
FEdGraphSchemaAction_K2Event
(
FText Category,
FText MenuDescription,
FText Tooltip,
int32 const Grouping
)
Parameters
| Name | Remarks |
|---|---|
| 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). |