mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
19 lines
524 B
C++
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() {
|
|
}
|
|
|