Files
UnrealEvent/Project/Source/FortniteUI/Private/FortPlayerSurveyCMSDataConditionAthenaMatchStat.cpp
2026-04-22 15:51:07 +02:00

9 lines
301 B
C++

#include "FortPlayerSurveyCMSDataConditionAthenaMatchStat.h"
FFortPlayerSurveyCMSDataConditionAthenaMatchStat::FFortPlayerSurveyCMSDataConditionAthenaMatchStat() {
this->ag = EFortPlayerSurveyCMSDataAggregateOp::s;
this->O = EFortPlayerSurveyCMSDataBinaryComparisonOp::e;
this->T = 0;
}