Files
FNGameProj/Source/FortniteUI/Private/FortPlayerSurveyAnswerWidgetDataTable.cpp
2024-01-21 00:41:14 +01:00

14 lines
549 B
C++

#include "FortPlayerSurveyAnswerWidgetDataTable.h"
#include "Templates/SubclassOf.h"
TSubclassOf<UFortPlayerSurveyAnswerWidgetBase> UFortPlayerSurveyAnswerWidgetDataTable::GetClassForSurvey(EFortPlayerSurveyQuestionType QuestionType, EFortPlayerSurveyQuestionPresentationStyle PresentationStyle) const {
return NULL;
}
void UFortPlayerSurveyAnswerWidgetDataTable::ForEach(const UFortPlayerSurveyAnswerWidgetDataTable::FForEachDelegate& Delegate) const {
}
UFortPlayerSurveyAnswerWidgetDataTable::UFortPlayerSurveyAnswerWidgetDataTable() {
}