Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FEdGraphSchemaAction_K2Graph
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include | #include "EdGraphSchema_K2_Actions.h" |
Syntax
USTRUCT ()
struct FEdGraphSchemaAction_K2Graph : public FEdGraphSchemaAction
Remarks
Reference to a function, macro, event graph, or timeline (only used in 'docked' palette)
Variables
| Type | Name | Description | |
|---|---|---|---|
| UEdGraph * | EdGraph | The associated editor graph for this schema | |
| FName | FuncName | Name of function or class | |
| EEdGraphSchemaAction_K2Graph::Type | GraphType | The type of graph that action is |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEdGraphSchemaAction_K2Graph
(
EEdGraphSchemaAction_K2Graph::Type InType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UFunction * | GetFunction () |
||
| FEdGraphSchemaActionDefiningObject | |||
| int32 | |||
| UBlueprint * | |||
| FName | GetTypeId () |
||
| bool | IsParentable () |
||
| void | MovePersistentItemToCategory
(
const FText& NewCategoryName |
||
| bool | ReorderToBeforeAction
(
TSharedRef< FEdGraphSchemaAction > OtherAction |
||
| FName | Simple type info. |