How can i modify the param name in EQS node

No worries.
So, as far as I know, this is how you set a parameter to allow the BTs to change it:

  1. Set “DataBinding” to “QueryParams”
  2. Set the name in “ParamName”

Like so:

After that, you just need to set up the BT to provide the desired value. Once you select the EnvQuery, the BT will automatically allow you to change the values of the parameters. Not the names though, just the values, because the BT will provide an entry for each parameter with DataBinding set as QueryParams and you can only change the names from the EnvQuery.
You have two ways to set the value of a param:

  1. Directly writing the desired value into the “Value” field
  2. Setting the value into the blackboard and specifying the name of the where the value is into the “BBKey” field

Like so:

Hope this helps :slight_smile:

1 Like