生成小于9的随机数


int32 RandSeed = FMath::Rand();
int32 SlotIndex = RandSeed % 9;

相关