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

7 lines
168 B
C++

#include "FortMaterialProgressBarStyle.h"
UFortMaterialProgressBarStyle::UFortMaterialProgressBarStyle() {
this->BackgroundColorParamName = TEXT("Background");
}