Credits widget blocks UI interaction (even when Show Credits On Screen is off)

Hi, ran into this issue in UE 4.26 with the latest Cesium plugin.

The Widget Reflector shows that the ScreenCredits widget always spawns (and is invisible), blocking interaction with some of my UI. This happens no matter what Show Credits On Screen on the CesiumWorldTerrain actor is set to.

I found a workaround, but still wanted to bring this to you guys’ attention.

Hi @VertexChris,

Thanks for bringing this to our attention! An issue has been created for this here.

For other users who may run into the problem in the meantime, what was your workaround?

My ultimate workaround was to destroy the credits widget off of BeginPlay in my Level BP like this:

Another workaround was to go into the CesiumCreditSystemBP and disconnect the script where it creates the credits widget, but I decided against this b.c. editing plugin code didn’t seem like a great solution, plus it wouldn’t be tracked in source control.

Thanks! We’re working on a fix for this issue, so hopefully it won’t be necessary soon.

-Alex