New Test Players do not count as Player when using GetPlayspace().GetPlayers() in Verse

Summary

I noticed that the new Test Players seem kind of useless for Verse because its not possible to use them with the GetPlayspace().GetPlayers() method.

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Assets

Steps to Reproduce

1.Create a Verse file paste the following into on begin:
Players := GetPlayspace().GetPlayers()
Print(“{Players.Length}”

Expected Result

This should return the number of players in the map plus the number of test players in the map

Observed Result

But it only returns the number of real players in the map and therefore the GetPlayspace().GetPlayers() function only returns an array of real players in the fortnite map which leds to the test players not being useful with verse

Platform(s)

PC

Get all agents that are participating in the current fort_playspace experience. Participants might be human players (of player type) or AI-controlled characters (of agent type) that are registered and affecting the participant’s count.

    GetParticipants<public>()<transacts>:[]agent