Files
FNGameProj/Source/FortniteGame/Private/FortPlayerSurveyQuestionSelector.cpp
2024-01-21 00:41:14 +01: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() {
}