LogVerse: File path did not pass sanitization check.

Summary

After pushing verse changes to Editor Session logs only print “LogVerse: File path did not pass sanitization check.” which makes debugging without proper debugger even more daunting task.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

  1. Create new verse creative_device
  2. Make it print any debug message on Begin() via Print() method.
  3. Lauch Editor Session
  4. Play game - notice that log prints proper debug message
  5. Stop game
  6. Make any kind of change to the verse code (you can add another Print)
  7. Compile
  8. Push ONLY VERSE CHANGES
  9. start the game
  10. Notice that EVERY debug message looks like this: “LogVerse: File path did not pass sanitization check.”

Expected Result

It should Print proper message.

Observed Result

It prints “LogVerse: File path did not pass sanitization check.”

Platform(s)

ALL

Additional Notes

Seems like you had similar issue in March 2024

There is a fix coming for this soon. I’ll close this post so we don’t get a duplicate ticket. Any updates will be posted here: File path did not pass sanitization check