I want to use random stream for appearing random positioning children BP actors when each play.
a random stream work in a blueprint normally, however random stream doesn’t work when blueprint are as children actors.
For example, there is a parent BP with no stream, children BP with random stream.
UE 5.3 is working each children actors random stream as random position with same initial seed.
UE 5.4 is working children actors as same position with same initial seed.
I haven’t found why, and another ways. Even I use node random float instead of random float from stream. It is just plan B in my work and different scenes in each play.