hello, after deploy a client script, and then add the same client script by form.clientScriptModulePath in UE script, would it mean the same entry point functions run twice?
b
battk
07/06/2022, 12:07 AM
the client script added by a user event does not actually use the entry point functions
g
george085
07/06/2022, 12:12 AM
thanks @battk
george085
07/06/2022, 1:27 AM
can it use form.clientScriptModulePath in UE more than once to attach js/client script files? @battk
I have tried, and it is working. want to be clear that is it supposed to do such thing like this? thank you
b
battk
07/06/2022, 11:58 AM
dont know what you are asking
s
Sandii
07/06/2022, 2:13 PM
I believe he is asking if he can attach more than file using that approach, which I believe the answer is no. You are setting a property of the form, not using a method.