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