[LYN-3272] Added API for retrieving the number of selected entities. Updated InfoBar to use this new API.

This commit is contained in:
Chris Galvan
2021-04-26 11:49:48 -05:00
parent 2c437d7af4
commit 9d57095e1c
5 changed files with 27 additions and 4 deletions
@@ -348,6 +348,11 @@ namespace AzToolsFramework
*/
virtual bool AreAnyEntitiesSelected() = 0;
/*!
* Returns the number of selected entities.
*/
virtual int GetSelectedEntitiesCount() = 0;
/*!
* Retrieves the set of selected entities.
* \return a list of entity Ids.