Files
FNGameProj/Source/FortniteUI/Private/FortInfoWindow.cpp
2024-01-21 00:41:14 +01:00

11 lines
176 B
C++

#include "FortInfoWindow.h"
UWidget* UFortInfoWindow::GetListWidget(UObject* Item) {
return NULL;
}
UFortInfoWindow::UFortInfoWindow() {
this->InfoEntries = NULL;
}