UE4 Slate Chat system

Ok i am using the chat system here : A new, community-hosted Unreal Engine Wiki - Announcements and Releases - Unreal Engine Forums

It worked fined until i switched to 4.16…it still works but the text are really small

It’s crazy to use Slate for this in 2017. You should use UMG.

Anyway, maybe something happened to that font? Try replacing



const FSlateFontInfo fontinfo = FSlateFontInfo(FPaths::EngineContentDir() / TEXT("UI/Fonts/Comfortaa-Regular.ttf"), 15); // Font, Font Size  for the chatbox


with this



const FSlateFontInfo fontinfo = FSlateFontInfo(FPaths::EngineContentDir() / TEXT("Slate/Fonts/Roboto-Regular.ttf"), 12);