Hello,
I’m not sure about your question, but for random I’m using
FMath::FRandRange(From, To)
in your case it should be
FMath::FRandRange(0.0f, 1.0f)
I hope it will help,
D.
Hello,
I’m not sure about your question, but for random I’m using
FMath::FRandRange(From, To)
in your case it should be
FMath::FRandRange(0.0f, 1.0f)
I hope it will help,
D.