UMetasoundEditorGraphSchema::GetNodeSelectionCount

Returns the currently selected graph node count

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::GetNodeSelectionCount()

UMetasoundEditorGraphSchema::GetNodeSelectionCount()

References

Module

MetasoundEditor

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h

Include

#include "MetasoundEditorGraphSchema.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp

Syntax

virtual int32 GetNodeSelectionCount
(
    const UEdGraph * Graph
) const

Remarks

Returns the currently selected graph node count

Parameters

Parameter

Description

Graph

The active graph to find the selection count for