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