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