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