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

11 lines
213 B
C++

#include "SeasonRewardsGridWidget.h"
void USeasonRewardsGridWidget::Populate() {
}
USeasonRewardsGridWidget::USeasonRewardsGridWidget() {
this->ItemWidgetToCreate = NULL;
this->ScrollSpeed = -50.00f;
}