mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
14 lines
313 B
C++
14 lines
313 B
C++
#include "FortMatchmakingKnobsSpinnerButton.h"
|
|
|
|
|
|
void UFortMatchmakingKnobsSpinnerButton::OnSelectionRotated(int32 Value) {
|
|
}
|
|
|
|
|
|
UFortMatchmakingKnobsSpinnerButton::UFortMatchmakingKnobsSpinnerButton() {
|
|
this->FilteredTextEntryWidget = NULL;
|
|
this->SocialUser = NULL;
|
|
this->OptionDisplayName = NULL;
|
|
}
|
|
|