Files
FNGameProj/Source/FortniteGame/Private/FortQueryTest_Random.cpp
2024-01-21 00:41:14 +01:00

8 lines
168 B
C++

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