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
- Create new verse creative_device
- Make it print any debug message on Begin() via Print() method.
- Lauch Editor Session
- Play game - notice that log prints proper debug message
- Stop game
- Make any kind of change to the verse code (you can add another Print)
- Compile
- Push ONLY VERSE CHANGES
- start the game
- 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