Navigation
Unreal Engine C++ API Reference > Editor > AIGraph > UAIGraphSchema
References
Module | AIGraph |
Header | /Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h |
Include | #include "AIGraphSchema.h" |
Source | /Engine/Source/Editor/AIGraph/Private/AIGraphSchema.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 |