Is it possible in blueprints to modify which PlayerStarts are selected?

It’s seems that is the case. I tried using the PostLoginEvent but it seems the the c++ code just overides any possesing you might do there. Probably have to have stuff done in BeginPlay including cleaning up what the basic spawn system does… Better do it directly in C++…