Translation should generate for network property exposed to script #18276
Labels
needs-kind
Indicates a PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates a PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/network
Categorizes an issue or PR as relevant to SIG Network.
I have spent a great deal of time trying to make a network property worked. I set ExposedToScript="true" in the component xml file but I wouldn't have access to the event in the Script Canvas because the translation file, the one that allows us to handle the event that gets created when the property is changed, is not getting generated. It is also not very clear from the documentation that I have to go and right-click on the GetOnChangedEvent and select Generate Translation from there in order to have the event available in the Script Canvas when the function is dragged in. I think that should be generated automatically as all the required information is available in the XML. That would definitely make new comers' jobs a lot easier when it comes to dealing with multiplayer projects.
The text was updated successfully, but these errors were encountered: