Support for int64's and other int's and uint's in blueprint

There was lot of talk about this, Epic excuse this by saying they didn’t want to introduce multiple int types to reflection system (which also includes blueprint) for simplicity reasons, uint8 (Byte) and int32 (Integer) is only supported int types.

Did you tried to check if TBigInt is maybe supported?