I can’t see the struct for UniqueNetId anywhere in unrealscript code.
I know that the structure should just have a field Uid in it, but if i try something like this in my default properties:
TestPlayerId=(Uid=0x0000000000000001)
I get the error:
Warning, ImportText (Uid): Missing opening parenthesis: 0x0000000000000000)
Any ideas?