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

11 lines
275 B
C++

#include "FortQuestObjectiveStat.h"
FFortQuestObjectiveStat::FFortQuestObjectiveStat() {
Type = EFortQuestObjectiveStatEvent::Kill;
bIsCached = false;
bHasInclusiveTargetTags = false;
bHasInclusiveSourceTags = false;
bHasInclusiveContextTags = false;
}