Hey there had another possibly super simple UI Builder question; is there a way to change data source paths from Templates?
For example if I had a nested text field (nested deep enough in the hierarchy that I can’t change it) that just displays the players health, I’d like to duplicate this template and then just set it’s data source path to stamina or something. Let’s also assume this template contains the characters name or something, which is in a different data source type altogether-
So the structure of the template may be something like this
- TemplateBase
- ContainerDiv
- Name (PlayerInfo as Data Source Type)
- ContainerDiv
- Number (unset data source)
And the structure of the UI document containing said template may be:
- TemplateBase Instance
- ContainerDiv
- Name (PlayerInfo as Data Source Type)
- ContainerDiv
- Number (PlayerStats as Data Source Type)
- TemplateBase Instance
- ContainerDiv
- Name (PlayerSomethingElse as Data Source Type)
- ContainerDiv
- Number (unset data source)
How could I achieve this? I’d rather avoid code for this for a myriad of reasons but namely just hoping this is something I can natively handle in the UI Builder I may be missing, but if it can’t be avoided it can’t be avoided