24 lines
435 B
C++
Executable file
24 lines
435 B
C++
Executable file
#include "FSDLabelWidget.h"
|
|
|
|
void UFSDLabelWidget::SetWrapTextAt(float WrapAt) {
|
|
}
|
|
|
|
void UFSDLabelWidget::SetWrappingPolicy(ETextWrappingPolicy Policy) {
|
|
}
|
|
|
|
void UFSDLabelWidget::SetMargin(FMargin NewMargin) {
|
|
}
|
|
|
|
void UFSDLabelWidget::SetLineHeightPercentage(float percentage) {
|
|
}
|
|
|
|
void UFSDLabelWidget::SetFontSize(int32 Size) {
|
|
}
|
|
|
|
int32 UFSDLabelWidget::GetFontSize() const {
|
|
return 0;
|
|
}
|
|
|
|
UFSDLabelWidget::UFSDLabelWidget() {
|
|
}
|
|
|