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

19 lines
524 B
C++

#include "FortPlayerSurveyQuestionSelector.h"
void UFortPlayerSurveyQuestionSelector::SetSurvey(TScriptInterface<IFortPlayerSurvey> Value) {
}
void UFortPlayerSurveyQuestionSelector::HandleQuestionChanged(UObject* Source, int32 Index) {
}
void UFortPlayerSurveyQuestionSelector::HandleAnswerChanged(UObject* Source, int32 Index) {
}
TScriptInterface<IFortPlayerSurvey> UFortPlayerSurveyQuestionSelector::GetSurvey() const {
return NULL;
}
UFortPlayerSurveyQuestionSelector::UFortPlayerSurveyQuestionSelector() {
}