Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Inheritance Hierarchy
- UEdGraphSchema
- UMetasoundEditorGraphSchema
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
Syntax
UCLASS (MinimalAPI)
class UMetasoundEditorGraphSchema : public UEdGraphSchema
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMetasoundEditorGraphSchema
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BreakNodeLinks
(
UEdGraphNode& TargetNode |
||
| void | BreakNodeLinks
(
UEdGraphNode& TargetNode, |
||
| void | BreakPinLinks
(
UEdGraphPin& TargetPin, |
||
| void | BreakSinglePinLink
(
UEdGraphPin* SourcePin, |
||
| const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* A, |
||
| bool | ConnectionCausesLoop
(
const UEdGraphPin* InputPin, |
Check whether connecting these pins would cause a loop | |
| void | CreateDefaultNodesForGraph
(
UEdGraph& Graph |
||
| void | DroppedAssetsOnGraph
(
const TArray< FAssetData >& Assets, |
||
| void | DroppedAssetsOnNode
(
const TArray< FAssetData >& Assets, |
||
| void | DroppedAssetsOnPin
(
const TArray< FAssetData >& Assets, |
||
| void | GetAssetsGraphHoverMessage
(
const TArray< FAssetData >& Assets, |
||
| void | GetAssetsPinHoverMessage
(
const TArray< FAssetData >& Assets, |
||
| void | GetContextMenuActions
(
UToolMenu* Menu, |
||
| TSharedPtr< FEdGraphSchemaAction > | |||
| void | GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
||
| int32 | GetNodeSelectionCount
(
const UEdGraph* Graph |
||
| void | GetPaletteActions
(
FGraphActionMenuBuilder& ActionMenuBuilder |
Helper method to add items valid to the palette list | |
| FText | GetPinDisplayName
(
const UEdGraphPin* Pin |
||
| FLinearColor | GetPinTypeColor
(
const FEdGraphPinType& PinType |
||
| void | OnPinConnectionDoubleCicked
(
UEdGraphPin* PinA, |
||
| bool | SafeDeleteNodeFromGraph
(
UEdGraph* Graph, |
||
| void | SetNodePosition
(
UEdGraphNode* Node, |
||
| bool | ShouldHidePinDefaultValue
(
UEdGraphPin* Pin |
||
| bool | TryCreateConnection
(
UEdGraphPin* A, |
||
| void | TrySetDefaultObject
(
UEdGraphPin& Pin, |
||
| void | TrySetDefaultValue
(
UEdGraphPin& Pin, |