mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
25 lines
630 B
C++
25 lines
630 B
C++
#include "FortCreativeGlobalOptions.h"
|
|
|
|
void UFortCreativeGlobalOptions::SetListDataSource(TEnumAsByte<UFortMatchmakingKnobsDataSource::Type> ListType) {
|
|
}
|
|
|
|
|
|
void UFortCreativeGlobalOptions::OnHoveredItemChanged(UObject* Item, bool bIsHovered) {
|
|
}
|
|
|
|
void UFortCreativeGlobalOptions::OnCurrentItemSelectionChanged(UObject* Item) {
|
|
}
|
|
|
|
|
|
void UFortCreativeGlobalOptions::HandleCancelClicked_Implementation() {
|
|
}
|
|
|
|
UFortCreativeGlobalOptions::UFortCreativeGlobalOptions() {
|
|
this->OptionsAsset = NULL;
|
|
this->OptionsList = NULL;
|
|
this->AcceptButton = NULL;
|
|
this->CancelButton = NULL;
|
|
this->Image_DisplayImage = NULL;
|
|
}
|
|
|