"/" in (FPaths::EngineContentDir() / TEXT...?

What is the meaning of the slash ("/") in the following code:

.SetFont(FPaths::EngineContentDir() / TEXT("Slate/Fonts/Roboto-Bold.ttf"), 40)

This code is working, I just don’t get why the “/” can be used as if we were inside a string.