Files
FNGameProj/Source/FortniteGame/Private/FortQueryTest_PerceptionExists.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
244 B
C++

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