Files
FNGameProj/Source/FortniteGame/Private/FortQueryTest_Random.cpp
T
2024-03-03 23:44:39 +01:00

8 lines
168 B
C++

#include "FortQueryTest_Random.h"
UFortQueryTest_Random::UFortQueryTest_Random() {
this->bUseRandomSeedForAI = true;
this->bUseRandomSeedForOthers = false;
}