is there a way to get agent when you use Await() function

Hello there!
I want to know wether there is way to get agent when you use Await() funciton.
Thank you in advance.

Depending on the event, the Await function will return the instigator. Here’s an example using the Mutator Zone and AgentEntersEvent

Player := Zone.AgentEntersEvent.Await()

Player would be the first player that triggers the event.