mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
13 lines
296 B
C++
13 lines
296 B
C++
#include "FortUserWidget.h"
|
|
|
|
void UFortUserWidget::AddStoreCheatMenu() {
|
|
}
|
|
|
|
void UFortUserWidget::AddGrantCheatMenu(const FString& TemplateId, const FString& InstanceId) {
|
|
}
|
|
|
|
UFortUserWidget::UFortUserWidget() : UUserWidget(FObjectInitializer::Get()) {
|
|
this->bConsumePointerInput = false;
|
|
}
|
|
|