Navigation
API > API/Plugins > API/Plugins/DataLinkEdGraph
| Name | UDataLinkEdGraphSchema |
| Type | class |
| Header File | /Engine/Plugins/Experimental/DataLink/Source/DataLinkEdGraph/Public/DataLinkEdGraphSchema.h |
| Include Path | #include "DataLinkEdGraphSchema.h" |
Syntax
UCLASS (MinimalAPI)
class UDataLinkEdGraphSchema : public UEdGraphSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → UDataLinkEdGraphSchema
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PC_Data | const FLazyName | Pin Categories | DataLinkEdGraphSchema.h |
| PCC_Data | const FLinearColor | Pin Category Colors | DataLinkEdGraphSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsConnectionLooping
(
const UEdGraphPin* InInputPin, |
Check whether connecting these pins would cause a loop | DataLinkEdGraphSchema.h |
Overridden from UEdGraphSchema
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ArePinsCompatible
(
const UEdGraphPin* InPinA, |
DataLinkEdGraphSchema.h | ||
virtual const FPinConnectionResponse CanCreateConnection
(
const UEdGraphPin* InSourcePin, |
DataLinkEdGraphSchema.h | ||
virtual void CreateDefaultNodesForGraph
(
UEdGraph& InGraph |
DataLinkEdGraphSchema.h | ||
virtual void GetContextMenuActions
(
UToolMenu* InMenu, |
DataLinkEdGraphSchema.h | ||
virtual void GetGraphContextActions
(
FGraphContextMenuBuilder& InContextMenuBuilder |
DataLinkEdGraphSchema.h | ||
virtual void GetGraphDisplayInformation
(
const UEdGraph& InGraph, |
DataLinkEdGraphSchema.h | ||
virtual FLinearColor GetPinTypeColor
(
const FEdGraphPinType& InPinType |
DataLinkEdGraphSchema.h |