How do you pass variables from ue to client script beforeload? I currently have a client script which is loaded in to the ue and executes before load. The problem is in my client script, when I do a
getValue
, the result is always
undefined
even though the field value is there. Any thoughts?