mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
18 lines
660 B
C++
18 lines
660 B
C++
#include "FortPlayerSurveyButtonGroupMultipleChoiceAnswerWidgetBase.h"
|
|
|
|
void UFortPlayerSurveyButtonGroupMultipleChoiceAnswerWidgetBase::SetNumDisplayedChoiceButtons(int32 Value) {
|
|
}
|
|
|
|
void UFortPlayerSurveyButtonGroupMultipleChoiceAnswerWidgetBase::SetChoiceButtons(TArray<UWidget*> InButtonContainerWidgets, TArray<UCommonButton*> InButtonWidgets) {
|
|
}
|
|
|
|
void UFortPlayerSurveyButtonGroupMultipleChoiceAnswerWidgetBase::NativeHandleButtonClicked(UCommonButton* AssociatedButton, int32 ButtonIndex) {
|
|
}
|
|
|
|
|
|
|
|
UFortPlayerSurveyButtonGroupMultipleChoiceAnswerWidgetBase::UFortPlayerSurveyButtonGroupMultipleChoiceAnswerWidgetBase() {
|
|
this->ButtonGroup = NULL;
|
|
}
|
|
|