Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- FEdGraphSchemaAction
- FEdGraphSchemaAction_EventFromFunction
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include | #include "EdGraphSchema_K2_Actions.h" |
Syntax
struct FEdGraphSchemaAction_EventFromFunction : public FEdGraphSchemaAction
Remarks
Action to add a node to the graph
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UFunction > | SignatureFunction |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEdGraphSchemaAction_EventFromFunction
(
FText InNodeCategory, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
GC. | |
| FName | GetTypeId () |
||
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. | |
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |