FStringView constexpr constructor fails due to non-constexpr TCString::Strlen

I forgot to break line sry :sweat_smile: (and I don’t have permission to edit my first post :rofl:)

// error: constexpr variable 'sv' must be initialized by a constant expression
constexpr auto sv = FStringView(TEXT("foo"));