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

10 lines
219 B
C++

#include "FortTextStyleList.h"
TArray<TSoftClassPtr<UCommonTextStyle>> UFortTextStyleList::GetTextStyles() const {
return TArray<TSoftClassPtr<UCommonTextStyle>>();
}
UFortTextStyleList::UFortTextStyleList() {
}