How to force a random seed to be 9 characters?

I’m trying to generate a random seed using date time, then I append some 0s if its not 9 characters, then I shuffle it. The problem is it STILL spits out 8 characters strings. It physically should not be possible as it checks it right before it goes to the ui and resets the whole function if it is not 9.

Literally the very last thing to happen is checking to make sure it is indeed nine characters long and then restart if not, so how is it still ■■■■■■■■ out 8 character long seeds?

And this has ANYTHING to do with Unreal Development Kit (or Unreal Engine 3) how?

UDK never uses Blueprints man. its uses UnrealScript for programming. You should move this thread (or delete it and repost it) to this category below instead:

https://forums.unrealengine.com/tags/c/development-discussion/programming-scripting/blueprint/28/unreal-engine/705

This category is strictly for legacy users of the old and discontinued UE3 (and UDK).

1 Like