I’m creating guids for actors in the constructor, but the Guid is the same for all of the actors. When I move it to BeginPlay() guids are generated as expected.
Thanks for reporting this. And sorry for the trouble. We replaced our Guid generation code on Mac to use system’s uuid_generate function, which should solve this.