mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
14 lines
549 B
C++
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() {
|
|
}
|
|
|