Files
UnrealEvent/Project/Source/FortniteUI/Private/FortPlayerSurveyCMSScheduler.cpp
2026-04-22 15:51:07 +02: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;
}