Referencing Assets from other Folders through Verse

Hello everyone,
I am trying to use a texture in my verse UI with the following code:
DefaultImage := UI.LoadingPlayersUI.Player_BG_tex
but the reference is throwing this error:

Invalid access of internal module (/InvalidDomain/Juggernaut_V2/UI:)LoadingPlayersUI from control scope /InvalidDomain/Juggernaut_V2/GameLogic/Versemanagers/player_slot.(3593)

(/InvalidDomain/Juggernaut_V2/UI:)LoadingPlayersUI


The texture is in another folderstructure which I suspect is the issue because as soon as I move the texture into the same folder as the verse file and update the reference accordingly it is working fine. But I really don’t want to mix my verse files with all the textures… That would be a mess!
Here is the folderstructure:
Screenshot 2024-09-05 122713
Thank you in advance!