mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
16 lines
581 B
C++
16 lines
581 B
C++
#include "FortPlayerSurveyMultipleChoiceAnswerWidgetBase.h"
|
|
|
|
void UFortPlayerSurveyMultipleChoiceAnswerWidgetBase::SetCurrentAnswer(const FFortPlayerSurveyAnswerMultipleChoice& Value) {
|
|
}
|
|
|
|
UFortPlayerSurveyQuestionMultipleChoice* UFortPlayerSurveyMultipleChoiceAnswerWidgetBase::GetCurrentQuestion() const {
|
|
return NULL;
|
|
}
|
|
|
|
void UFortPlayerSurveyMultipleChoiceAnswerWidgetBase::GetCurrentAnswer(bool& bOutIsSet, FFortPlayerSurveyAnswerMultipleChoice& OutAnswer) const {
|
|
}
|
|
|
|
UFortPlayerSurveyMultipleChoiceAnswerWidgetBase::UFortPlayerSurveyMultipleChoiceAnswerWidgetBase() {
|
|
}
|
|
|