Navigation
Unreal Engine C++ API Reference > Editor > AudioEditor > SoundCueGraph > USoundCueGraphSchema
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/SoundCueGraph/SoundCueGraphSchema.h |
Include | #include "SoundCueGraph/SoundCueGraphSchema.h" |
Source | /Engine/Source/Editor/AudioEditor/Private/SoundCueGraphSchema.cpp |
virtual int32 GetNodeSelectionCount ( const [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * Graph ) const
Remarks
Returns the currently selected graph node count
Parameters
Name | Description |
---|---|
Graph | The active graph to find the selection count for |