#include "FortMaterialProgressBar.h" #include "Templates/SubclassOf.h" void UFortMaterialProgressBar::SetStyle(TSubclassOf BarStyle) { } void UFortMaterialProgressBar::SetProgressBarSectionPercent(TEnumAsByte BarSection, float Percent) { } void UFortMaterialProgressBar::SetProgressBarSectionColor(TEnumAsByte BarSection, FLinearColor Color, EFortMaterialProgressBarSectionColorNumber ColorNumber) { } void UFortMaterialProgressBar::SetBackgroundColor(FLinearColor Color) { } UFortMaterialProgressBar::UFortMaterialProgressBar() { this->Style = NULL; this->BackgroundColorParamName = TEXT("Background"); this->OverflowBehavior = EFortMaterialProgressBarSectionOverflowBehavior::PreserveValues; this->ProgressBar = NULL; this->ProgressBarMID = NULL; }