Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
Include |
#include "MetasoundEditorGraphSchema.h" |
UCLASS(MinimalAPI)
class UMetasoundEditorGraphSchema : public UEdGraphSchema
Name | Description | |
---|---|---|
|
UMetasoundEditorGraphSchema ( |
Name | Description | ||
---|---|---|---|
|
BreakNodeLinks ( |
||
|
ConnectionCausesLoop ( |
Check whether connecting these pins would cause a loop |
|
|
GetPaletteActions ( |
Helper method to add items valid to the palette list |
Name | Description | ||
---|---|---|---|
|
BreakNodeLinks ( |
Breaks all links from/to a single node |
|
|
BreakPinLinks ( |
Breaks all links from/to a single pin |
|
|
const FPinCo... |
CanCreateConnection ( |
Determine if a connection can be created between two pins. |
|
CreateDefaultNodesForGraph ( |
Populate new graph with any default nodes |
|
|
DroppedAssetsOnGraph ( |
Called when asset(s) are dropped onto a graph background. |
|
|
DroppedAssetsOnNode ( |
Called when asset(s) are dropped onto the specified node |
|
|
GetAssetsGraphHoverMessage ( |
Allows schema to generate a tooltip (icon & message) when the specified asset(s) are dragged over the specified graph |
|
|
GetContextMenuActions ( |
Gets actions that should be added to the right-click context menu for a node or pin |
|
|
TSharedPtr< ... |
GetCreateCommentAction() |
Returns schema action to create comment from implemention |
|
GetGraphContextActions ( |
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin |
|
|
GetNodeSelectionCount ( |
Returns the currently selected graph node count |
|
|
GetPinDisplayName ( |
Get the name to show in the editor |
|
|
GetPinTypeColor ( |
Gets the draw color of a pin based on it's type. |
|
|
ShouldHidePinDefaultValue ( |
If we should disallow viewing and editing of the supplied pin |
|
|
TryCreateConnection ( |
Try to make a connection between two pins. |
|
|
TrySetDefaultObject ( |
Sets the object to the specified pin |
|
|
TrySetDefaultValue ( |
Sets the string to the specified pin; even if it is invalid it is still set. |