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

9 lines
256 B
C++

#include "FortQueryTest_PerceptionExists.h"
#include "Perception/AISense_Sight.h"
UFortQueryTest_PerceptionExists::UFortQueryTest_PerceptionExists() {
this->Sense = ECorePerceptionTypes::Sight;
this->SenseClass = UAISense_Sight::StaticClass();
}