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

13 lines
355 B
C++

#include "FortPlayerSurveyCMSScheduler.h"
void UFortPlayerSurveyCMSScheduler::HandleSurveyFinished(UObject* Source, EFortPlayerSurveyFinishReason Reason) {
}
UFortPlayerSurveyCMSScheduler::UFortPlayerSurveyCMSScheduler() {
this->CMSSurveyDataSource = NULL;
this->SurveyTracker = NULL;
this->SurveyManager = NULL;
this->Player = NULL;
}