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:
Thank you in advance!