Additional list function added to Spawnables.

A new list function was added to the SpawnableEntitiesInterface that list entities together with the id of the entity in the spawnable that was used to create it.
This change also include the setup for testing the SpawnableEntitiesManager plus a few tests to cover the newly added functionality.
This commit is contained in:
AMZN-koppersr
2021-05-24 19:47:15 -07:00
parent f5bc191a55
commit a807c0b4d8
6 changed files with 428 additions and 2 deletions
@@ -11,6 +11,7 @@
set(FILES
../AzCore/Tests/Main.cpp
Spawnable/SpawnableEntitiesManagerTests.cpp
ArchiveCompressionTests.cpp
ArchiveTests.cpp
BehaviorEntityTests.cpp